Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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