Docs fix: link for releases points to react-native repo

Summary:
Both of the links were pointing to the same (`react`) repo, but shouldn't have.

Obvious enough :)
Closes https://github.com/facebook/react-native/pull/9923

Differential Revision: D3870481

Pulled By: JoelMarcey

fbshipit-source-id: b35c963c65fd0b253d076d83a4a1276c134b81d2
This commit is contained in:
Joshua May 2016-09-15 09:09:09 -07:00 committed by Facebook Github Bot 9
parent d2c333acaf
commit 5d57368bb0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ We will add the package dependencies to a `package.json` file. Create this file
Below is an example of what your `package.json` file should minimally contain.
> Version numbers will vary according to your needs. Normally the latest versions for both [React](https://github.com/facebook/react/releases) and [React Native](https://github.com/facebook/react/releases) will be sufficient.
> Version numbers will vary according to your needs. Normally the latest versions for both [React](https://github.com/facebook/react/releases) and [React Native](https://github.com/facebook/react-native/releases) will be sufficient.
<block class="objc" />