Skip to content

Commit

Permalink
fix: link url (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinshin86 committed Apr 20, 2023
1 parent 464f29e commit 52a9356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Render breadcrumbs for `react-router` 6 however you want!

- Easy to get started with automatically generated breadcrumbs.
- Render, map, and wrap breadcrumbs any way you want.
- Compatible with existing [route objects](https://reactrouter.com/docs/en/v6/examples/route-objects).
- Compatible with existing [route objects](https://github.com/remix-run/react-router/tree/main/examples/route-objects).

## Install

Expand Down Expand Up @@ -226,9 +226,9 @@ For the above example...
| /example | Home / Custom Example |
| /custom-props | Home / Hi |

## [Route object](https://reactrouter.com/docs/en/v6/examples/route-objects) compatibility
## [Route object](https://github.com/remix-run/react-router/tree/main/examples/route-objects) compatibility

Add breadcrumbs to your existing [route object](https://reactrouter.com/docs/en/v6/examples/route-objects). This is a great way to keep all routing config paths in a single place! If a path ever changes, you'll only have to change it in your main route config rather than maintaining a _separate_ config for `use-react-router-breadcrumbs`.
Add breadcrumbs to your existing [route object](https://github.com/remix-run/react-router/tree/main/examples/route-objects). This is a great way to keep all routing config paths in a single place! If a path ever changes, you'll only have to change it in your main route config rather than maintaining a _separate_ config for `use-react-router-breadcrumbs`.

For example...

Expand Down

0 comments on commit 52a9356

Please sign in to comment.