diff --git a/lessons/06-params.md b/lessons/06-params.md index 1554f465..c9b9aa44 100644 --- a/lessons/06-params.md +++ b/lessons/06-params.md @@ -3,7 +3,7 @@ Consider the following urls: ``` -/repos/rackt/react-router +/repos/reactjs/react-router /repos/facebook/react ``` @@ -49,7 +49,6 @@ import Repo from './modules/Repo' render(( - {/* add the new route */} @@ -73,7 +72,7 @@ export default React.createClass({ {/* add some links */}
    -
  • React Router
  • +
  • React Router
  • React
diff --git a/lessons/07-more-nesting.md b/lessons/07-more-nesting.md index b2c22872..173d45ab 100644 --- a/lessons/07-more-nesting.md +++ b/lessons/07-more-nesting.md @@ -25,7 +25,7 @@ First, nest the `Repo` route under the `Repos` route. Then go render

Repos

    -
  • React Router
  • +
  • React Router
  • React
{/* will render `Repo.js` when at /repos/:userName/:repoName */} @@ -44,7 +44,7 @@ class name to these links: import NavLink from './NavLink' // ... -
  • React Router
  • +
  • React Router
  • // ... ``` diff --git a/lessons/12-navigating.md b/lessons/12-navigating.md index f960c907..6b8ab219 100644 --- a/lessons/12-navigating.md +++ b/lessons/12-navigating.md @@ -27,7 +27,7 @@ export default React.createClass({

    Repos

      -
    • React Router
    • +
    • React Router
    • React
    • {/* add this form */}
    • diff --git a/lessons/14-whats-next.md b/lessons/14-whats-next.md index 632a5930..72d88b33 100644 --- a/lessons/14-whats-next.md +++ b/lessons/14-whats-next.md @@ -4,8 +4,8 @@ Thanks for sticking with this tutorial all the way to the end! If you want to learn more: -1. Browse and run the [examples](https://github.com/rackt/react-router/tree/latest/examples) -- Read the [docs](https://github.com/rackt/react-router/tree/latest/docs) +1. Browse and run the [examples](https://github.com/reactjs/react-router/tree/latest/examples) +- Read the [docs](https://github.com/reactjs/react-router/tree/latest/docs) - Read the source. Happy routing! diff --git a/modules/Repos.js b/modules/Repos.js index 96fb4334..d8ccf47c 100644 --- a/modules/Repos.js +++ b/modules/Repos.js @@ -19,7 +19,7 @@ export default React.createClass({

      Repos

        -
      • React Router
      • +
      • React Router
      • React