Skip to content

Commit b33424e

Browse files
hramosFacebook Github Bot 5
authored andcommitted
Fix links from networking to navigation in The Basics.
Summary: Fixes #8611. Once this lands, we may want to cherry-pick it into 0.29 to fix the broken links. Closes #8698 Differential Revision: D3544388 Pulled By: JoelMarcey fbshipit-source-id: d5132b112e3079d1fd9ab6d84ff1a4328bee871f
1 parent 1db7813 commit b33424e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Networking
44
layout: docs
55
category: The Basics
66
permalink: docs/network.html
7-
next: navigators
7+
next: using-navigators
88
---
99

1010
Many mobile apps need to load resources from a remote URL. You may want to make a POST request to a REST API, or you may simply need to fetch a chunk of static content from another server.

docs/Navigators.md renamed to docs/UsingNavigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: navigators
2+
id: using-navigators
33
title: Using Navigators
44
layout: docs
55
category: The Basics

0 commit comments

Comments
 (0)