Skip to content

Commit

Permalink
Fix broken links in table of contents Readme (facebook#23795)
Browse files Browse the repository at this point in the history
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: facebook#23795

Differential Revision: D14350857

Pulled By: hramos

fbshipit-source-id: ddc02e7905b653cf65ad6ad631bccdbbca936a7f
  • Loading branch information
mackbrowne authored and facebook-github-bot committed Mar 7, 2019
1 parent 35d2dfc commit 903d525
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 903d525

Please sign in to comment.