diff --git a/lessons/03-navigating-with-link/README.md b/lessons/03-navigating-with-link/README.md index fd1518d8..46e9f0d5 100644 --- a/lessons/03-navigating-with-link/README.md +++ b/lessons/03-navigating-with-link/README.md @@ -2,7 +2,7 @@ Perhaps the most used component in your app is `Link`. It's almost identical to the `` tag you're used to except that it's aware of -the `Router` it was rendered in. +the `Router` it was rendered in. **Note**: paths must be absolute to navigate to components. Let's create some navigation in our `App` component.