From 8b7d1a8629023043c4cb2133979e7ff817493c32 Mon Sep 17 00:00:00 2001 From: The Unknown Date: Thu, 20 Jul 2017 22:53:26 -0700 Subject: [PATCH] Fix broken Add Routes link 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.