From 750e59bb83819c1fd7433d76f70311954b952975 Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Mon, 25 Feb 2019 10:51:16 +0900 Subject: [PATCH] Change link of diff-purge to RN community repo. --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index c1a513cd0fe..48f7f851765 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -17,7 +17,7 @@ Because typical React Native projects are essentially made up of an Android proj ### Upgrade based on Git -The [React Native CLI](https://github.com/react-native-community/react-native-cli) comes with `upgrade` command that provides a one-step operation to upgrade the source files with a minimum of conflicts, thanks to the [rn-diff-purge](https://github.com/pvinis/rn-diff-purge) project. +The [React Native CLI](https://github.com/react-native-community/react-native-cli) comes with `upgrade` command that provides a one-step operation to upgrade the source files with a minimum of conflicts, thanks to the [rn-diff-purge](https://github.com/react-native-community/rn-diff-purge) project. #### 1. Make sure your project uses Git