From 95dac8db601ba48fe03da52e1adbdef0cac23546 Mon Sep 17 00:00:00 2001 From: Harikrishnan P Date: Sun, 3 Dec 2017 20:43:26 -0800 Subject: [PATCH] Updated broken link. Summary: The URL http://makeitopen.com/tutorials/building-the-f8-app/planning/ is 404. Updated with correct URL. (Write your motivation here.) (Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!) Closes https://github.com/facebook/react-native/pull/16976 Differential Revision: D6472303 Pulled By: shergin fbshipit-source-id: 65c829384b4c9c3468c1c73aa10c8e6aa0164d05 --- docs/more-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/more-resources.md b/docs/more-resources.md index 677c72d7240792..d656878950167b 100644 --- a/docs/more-resources.md +++ b/docs/more-resources.md @@ -22,7 +22,7 @@ If you're looking for a library that does a specific thing, check out [Awesome R Try out apps from the [Showcase](https://facebook.github.io/react-native/showcase.html) to see what React Native is capable of! There are also some [example apps on GitHub](https://github.com/ReactNativeNews/React-Native-Apps). You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat. -The folks who built the app for Facebook's F8 conference in 2016 also [open-sourced the code](https://github.com/fbsamples/f8app) and wrote up a [detailed series of tutorials](http://makeitopen.com/tutorials/building-the-f8-app/planning/). This is useful if you want a more in-depth example that's more realistic than most sample apps out there. +The folks who built the app for Facebook's F8 conference in 2016 also [open-sourced the code](https://github.com/fbsamples/f8app) and wrote up a [detailed series of tutorials](http://makeitopen.com/docs/en/1-1-planning.html). This is useful if you want a more in-depth example that's more realistic than most sample apps out there. ## Extending React Native