Skip to content

Commit

Permalink
Fix navigation links in documentation.
Browse files Browse the repository at this point in the history
Summary:
When navigating in the docs, these two links are broken.

The "Continue Reading" in http://facebook.github.io/react-native/docs/more-resources.html page, and "Previous" in http://facebook.github.io/react-native/docs/platform-specific-code.html.

This PR is to fix this.
Closes #16236

Differential Revision: D5998970

Pulled By: hramos

fbshipit-source-id: b339408eaada612133f6b63bd11967196ff3a039
  • Loading branch information
prsevero authored and facebook-github-bot committed Oct 6, 2017
1 parent 88a79b3 commit 2f2c3ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ComponentsAndAPIs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: components
id: components-and-apis
title: Components and APIs
layout: docs
category: Guides
Expand Down
2 changes: 1 addition & 1 deletion docs/MoreResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: More Resources
layout: docs
category: The Basics
permalink: docs/more-resources.html
next: components
next: components-and-apis
previous: network
---

Expand Down
2 changes: 1 addition & 1 deletion docs/PlatformSpecificInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: docs
category: Guides
permalink: docs/platform-specific-code.html
next: navigation
previous: components
previous: components-and-apis
---

When building a cross-platform app, you'll want to re-use as much code as possible. Scenarios may arise where it makes sense for the code to be different, for example you may want to implement separate visual components for iOS and Android.
Expand Down

0 comments on commit 2f2c3ea

Please sign in to comment.