Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript React Router Basics Getting Started with React Router Installing React Router and Declaring a Route

Gonzalo Muro
Gonzalo Muro
5,281 Points

The <Route> and <Router>'s links in the Teacher's Notes section are broken.

When I click the link it send me to a 404 github page.

Hi Gonzalo, when this tutorial was created the react-router version was 2.7.0, and the current version is 4.1.1. The linked documentation points to the "master" branch with the latest code, so here is the documentation linking to the 2.7.0 documentation of these items:

Route

Router

Please note, if you just ran npm install --save react-router as instructed, you will have react-router 4.1.1 which uses a different syntax than this tutorial. You will want to install react-router-dom instead and you can use the answers provided in another question to import HashRouter instead of Router