From 903d52551ced08424566bba3b6b9a16142fbf388 Mon Sep 17 00:00:00 2001 From: Mack Browne Date: Wed, 6 Mar 2019 17:10:08 -0800 Subject: [PATCH] Fix broken links in table of contents Readme (#23795) Summary: I noticed the links under `## Contents` weren't clickable in the README.md file. This PR makes the links in table of contents clickable again. [General] [Fixed] - Fix broken links for the table of contents in `README.md` Pull Request resolved: https://github.com/facebook/react-native/pull/23795 Differential Revision: D14350857 Pulled By: hramos fbshipit-source-id: ddc02e7905b653cf65ad6ad631bccdbbca936a7f --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 978832b17..4c3a7d838 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ React Native brings [**React**'s][r] declarative UI framework to iOS and Android ## Contents -- [Requirements](#requirements) -- [Building your first React Native app](#building-your-first-react-native-app) -- [Documentation](#documentation) -- [Upgrading](#upgrading) -- [How to Contribute](#how-to-contribute) -- [Code of Conduct](#code-of-conduct) -- [License](#license) +- [Requirements](#-requirements) +- [Building your first React Native app](#-building-your-first-react-native-app) +- [Documentation](#-documentation) +- [Upgrading](#-upgrading) +- [How to Contribute](#-how-to-contribute) +- [Code of Conduct](#-code-of-conduct) +- [License](#-license) ## 📋 Requirements