Skip to content

Commit

Permalink
docs(api/conventions): Fix broken routing guide link (#3631)
Browse files Browse the repository at this point in the history
* fix: correcting broken link to routing guide on api/conventions page

* Update contributors.yml
  • Loading branch information
manan30 authored Jul 2, 2022
1 parent 9147925 commit 67083e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,4 @@
- zachdtaylor
- zainfathoni
- zhe
- manan30
2 changes: 1 addition & 1 deletion docs/api/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ export default function Page() {
[view-example-app]: https://github.com/remix-run/remix/tree/main/examples/multiple-params
[use-params]: https://reactrouter.com/docs/en/v6/api#useparams
[params]: #loader-params
[routing-guide]: ../guides/routing.md
[routing-guide]: ../guides/routing
[root-route]: #root-layout-route
[resource-route]: ../guides/resource-routes
[server-entry-module]: #entryservertsx
Expand Down

0 comments on commit 67083e5

Please sign in to comment.