Skip to content

Commit

Permalink
Fix links from networking to navigation in The Basics.
Browse files Browse the repository at this point in the history
Summary:
Fixes facebook#8611.

Once this lands, we may want to cherry-pick it into 0.29 to fix the broken links.
Closes facebook#8698

Differential Revision: D3544388

Pulled By: JoelMarcey

fbshipit-source-id: d5132b112e3079d1fd9ab6d84ff1a4328bee871f
  • Loading branch information
hramos authored and Morgan Pretty committed Aug 24, 2016
1 parent b353eee commit 0e53d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Networking
layout: docs
category: The Basics
permalink: docs/network.html
next: navigators
next: using-navigators
---

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Navigators.md → docs/UsingNavigators.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: navigators
id: using-navigators
title: Using Navigators
layout: docs
category: The Basics
Expand Down

0 comments on commit 0e53d09

Please sign in to comment.