From 00a5f6e259c672988c7bd88abd5159340d7f3c00 Mon Sep 17 00:00:00 2001 From: Leo Okawa Ericson Date: Tue, 7 Nov 2017 17:18:53 +0100 Subject: [PATCH] Fix broken link to installation tutorial for Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32c07f..5e68de0 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ In addition to the instructions above on Linux you might need to start React Native packager manually with command `react-native start`. This was reported in [#3](https://github.com/drapanjanas/re-natal/issues/3) -See this [tutorial](https://gadfly361.github.io/gadfly-blog/2016-11-13-clean-install-of-ubuntu-to-re-natal.html) on how to set up and run re-natal on a clean install of Ubuntu. +See this [tutorial](https://gadfly361.github.io/gadfly-blog/posts-output/2016-11-13-clean-install-of-ubuntu-to-re-natal/) on how to set up and run re-natal on a clean install of Ubuntu. See also [Linux and Windows support](https://facebook.github.io/react-native/docs/linux-windows-support.html) in React Native docs.