From 24ea88f9911d0cc369a2d526b793361d614dc04b Mon Sep 17 00:00:00 2001 From: The Unknown Date: Sat, 22 Jul 2017 15:12:48 -0700 Subject: [PATCH] [docs] Fix broken Add Routes link (#488) update the `Intermediate: Add Routes` link to point to `/docs/chapter1/intermediate/react-routes/add-routes.md` --- docs/chapter1/intermediate/build-a-server-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapter1/intermediate/build-a-server-plugin.md b/docs/chapter1/intermediate/build-a-server-plugin.md index 503630b91..3a605e7ef 100644 --- a/docs/chapter1/intermediate/build-a-server-plugin.md +++ b/docs/chapter1/intermediate/build-a-server-plugin.md @@ -121,5 +121,5 @@ Set your token for heroku deployment: heroku config:set token='your-token-here' ``` -A great tool for testing your server requests is [Postman](https://www.getpostman.com/). Its user interface for viewing response objects and errors is incredible. For now, you will have to trust us as we build out Your Awesome App. Navigate to [Intermediate: Add Routes](/chapter1/intermediate/add-routes.md), to add routing to the app and extend our UI to display our contributor array. +A great tool for testing your server requests is [Postman](https://www.getpostman.com/). Its user interface for viewing response objects and errors is incredible. For now, you will have to trust us as we build out Your Awesome App. Navigate to [Intermediate: Add Routes](/docs/chapter1/intermediate/react-routes/add-routes.md), to add routing to the app and extend our UI to display our contributor array.