mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
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
This commit is contained in:
parent
35d2dfcabf
commit
903d52551c
14
README.md
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user