From b430087f141f7743d4543d9076449a84832af685 Mon Sep 17 00:00:00 2001 From: chenxsan Date: Sun, 6 Mar 2016 11:12:38 -0800 Subject: [PATCH] Fixed permalink Summary:The 'Next' link on page http://facebook.github.io/react-native/docs/getting-started.html#content points to 'http://facebook.github.io/react-native/getting-started-linux.html#content', but the permalink doesn't exist, it would be redirected to the getting-started.html page. This pull request fixed the wrong permalink. Closes https://github.com/facebook/react-native/pull/6317 Differential Revision: D3017277 fb-gh-sync-id: 81afeb1ceb67e5bce1562af61a7367a71bbb216b shipit-source-id: 81afeb1ceb67e5bce1562af61a7367a71bbb216b --- docs/GettingStartedOnLinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStartedOnLinux.md b/docs/GettingStartedOnLinux.md index cbdef058f..bc9ee326d 100644 --- a/docs/GettingStartedOnLinux.md +++ b/docs/GettingStartedOnLinux.md @@ -3,7 +3,7 @@ id: getting-started-linux title: Getting Started on Linux layout: docs category: Quick Start -permalink: docs/getting-started-on-linux.html +permalink: docs/getting-started-linux.html next: android-setup ---