From 2b9749944247a686dcf079b924b6c1b11d5402e7 Mon Sep 17 00:00:00 2001 From: Celine Patag Date: Wed, 15 Mar 2017 17:55:40 +0800 Subject: [PATCH 1/2] Update Networking.md --- docs/Networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Networking.md b/docs/Networking.md index db617f9d5080..5f684321d975 100644 --- a/docs/Networking.md +++ b/docs/Networking.md @@ -130,4 +130,4 @@ ws.onclose = (e) => { }; ``` -Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/using-navigators.html). +Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/navigation.html). From 266dc9d11a25d7ef21ce1ecf3c8018f5218641e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 27 Apr 2017 08:47:44 -0400 Subject: [PATCH 2/2] Update Networking.md --- docs/Networking.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Networking.md b/docs/Networking.md index 5f684321d975..140e56034895 100644 --- a/docs/Networking.md +++ b/docs/Networking.md @@ -130,4 +130,3 @@ ws.onclose = (e) => { }; ``` -Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/navigation.html).