From cc5fef6de5952794c601b4022a61a288546c34ba Mon Sep 17 00:00:00 2001 From: Steve Lindemann Date: Sun, 14 Feb 2016 12:29:08 +0000 Subject: [PATCH 1/2] no index routes until Lesson 08 --- lessons/06-params.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lessons/06-params.md b/lessons/06-params.md index 1554f465..929dcc09 100644 --- a/lessons/06-params.md +++ b/lessons/06-params.md @@ -49,7 +49,6 @@ import Repo from './modules/Repo' render(( - {/* add the new route */} From 246dbae5041c2ae8c9576a948ef07c1970440396 Mon Sep 17 00:00:00 2001 From: Steve Lindemann Date: Sun, 14 Feb 2016 12:34:37 +0000 Subject: [PATCH 2/2] rackt -> reactjs --- lessons/06-params.md | 4 ++-- lessons/07-more-nesting.md | 4 ++-- lessons/12-navigating.md | 2 +- lessons/14-whats-next.md | 4 ++-- modules/Repos.js | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lessons/06-params.md b/lessons/06-params.md index 929dcc09..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 ``` @@ -72,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