diff --git a/docs/Networking.md b/docs/Networking.md index 23a82897788f4e..baffa2c448cad6 100644 --- a/docs/Networking.md +++ b/docs/Networking.md @@ -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. diff --git a/docs/Navigators.md b/docs/UsingNavigators.md similarity index 99% rename from docs/Navigators.md rename to docs/UsingNavigators.md index eb389f87d80f0a..ad8da54cc3f5db 100644 --- a/docs/Navigators.md +++ b/docs/UsingNavigators.md @@ -1,5 +1,5 @@ --- -id: navigators +id: using-navigators title: Using Navigators layout: docs category: The Basics