docs: fix broken links in README (#30286)

Summary:
Fix broken links in README by removing `.html` from any `reactnative.dev/docs`

## Changelog
General Fixed - Fixed broken links in README.md

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

Pull Request resolved: https://github.com/facebook/react-native/pull/30286

Reviewed By: hramos

Differential Revision: D24673358

Pulled By: cpojer

fbshipit-source-id: 726a4742c3ae19dc51f2490619d04934f8aa861d
This commit is contained in:
Helena Ford 2020-11-03 01:31:12 -08:00 committed by Facebook GitHub Bot
parent c95ee5ac18
commit 21349d63f9

View File

@ -71,15 +71,15 @@ React Native apps may target iOS 10.0 and Android 4.1 (API 16) or newer. You may
## 🎉 Building your first React Native app
Follow the [Getting Started guide](https://reactnative.dev/docs/getting-started.html). The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:
Follow the [Getting Started guide](https://reactnative.dev/docs/getting-started). The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:
- [Trying out React Native][hello-world]
- [Creating a New Application][new-app]
- [Adding React Native to an Existing Application][existing]
[hello-world]: https://snack.expo.io/@hramos/hello,-world!
[new-app]: https://reactnative.dev/docs/getting-started.html
[existing]: https://reactnative.dev/docs/integration-with-existing-apps.html
[new-app]: https://reactnative.dev/docs/getting-started
[existing]: https://reactnative.dev/docs/integration-with-existing-apps
## 📖 Documentation
@ -89,7 +89,7 @@ The React Native documentation discusses components, APIs, and topics that are s
The source for the React Native documentation and website is hosted on a separate repo, [**@facebook/react-native-website**][repo-website].
[docs]: https://reactnative.dev/docs/getting-started.html
[docs]: https://reactnative.dev/docs/getting-started
[r-docs]: https://reactjs.org/docs/getting-started.html
[repo-website]: https://github.com/facebook/react-native-website