Skip to content

Commit

Permalink
Update examples/catch-all-routes/README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Joe Haddad <joe.haddad@zeit.co>
  • Loading branch information
Luis Alvarez D and Timer authored Jan 27, 2020
1 parent 28eb405 commit 68c40e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/catch-all-routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The catch all page is in `pages/post/[...slug]`, it matches any path after `/pos
- `/post/first-post`,
- `/post/2020/first-post`
- `/post/2020/first-post/with/catch/all/routes`
- Anything that matches the glob `/post/*`
- Anything that matches the glob `/post/**`

You can use `next/link` as displayed in this example to route to these pages client side.

Expand Down

0 comments on commit 68c40e4

Please sign in to comment.