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 https://github.com/facebook/react-native/pull/8698

Differential Revision: D3544388

Pulled By: JoelMarcey

fbshipit-source-id: d5132b112e3079d1fd9ab6d84ff1a4328bee871f
This commit is contained in:
Héctor Ramos 2016-07-11 12:09:15 -07:00 committed by Facebook Github Bot 5
parent 1db781316b
commit b33424e5ed
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
---
id: navigators
id: using-navigators
title: Using Navigators
layout: docs
category: The Basics