From 5d57368bb000684ee96ef75b5203807120382d53 Mon Sep 17 00:00:00 2001 From: Joshua May Date: Thu, 15 Sep 2016 09:09:09 -0700 Subject: [PATCH] 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 --- docs/IntegrationWithExistingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index c034ae98e..31b211729 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -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.