Skip to content

Commit

Permalink
[docs] Fix broken Add Routes link (#488)
Browse files Browse the repository at this point in the history
update the `Intermediate: Add Routes` link to point to `/docs/chapter1/intermediate/react-routes/add-routes.md`
  • Loading branch information
roydelgado authored and jchip committed Jul 22, 2017
1 parent 2a7e397 commit 24ea88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter1/intermediate/build-a-server-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 24ea88f

Please sign in to comment.