Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lessons/03-navigating-with-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Perhaps the most used component in your app is `Link`. It's almost
identical to the `<a/>` 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.

Expand Down