Skip to content

Commit

Permalink
Fixed link to React Native documentation in Readme (#1611)
Browse files Browse the repository at this point in the history
Clicking on the link to the React Native documentation resulted in a 404.
  • Loading branch information
smack0007 authored and rozele committed Feb 5, 2018
1 parent e388ba5 commit 553ebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Please use these community resources for getting help. We use the GitHub issues

## Documentation

[React Native already has great documentation](http://facebook.github.io/react-native/docs), and we're working to ensure the React Native Windows plugin is part of that documentation story. Check out the [React documentation](http://facebook.github.io/react/) for further details about the React API in general.
[React Native already has great documentation](https://facebook.github.io/react-native/docs/getting-started.html), and we're working to ensure the React Native Windows plugin is part of that documentation story. Check out the [React documentation](http://facebook.github.io/react/) for further details about the React API in general.

For information on parity status with Android and iOS, including details on implemented and missing components and modules, along with related issues for missing features from partial implementations, go [here](docs/CoreParityStatus.md).

Expand Down

0 comments on commit 553ebfd

Please sign in to comment.