Skip to content

Commit

Permalink
Fix Links (#9319)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangularCube committed Sep 22, 2022
1 parent f3009f5 commit 76c3d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -113,3 +113,4 @@
- xavier-lc
- xcsnowcity
- yuleicul
- triangularcube
10 changes: 4 additions & 6 deletions docs/routers/picking-a-router.md
Expand Up @@ -72,15 +72,13 @@ You will use [`<NativeRouter>`][nativerouter] from React Native projects.

The data APIs from v6.4 are currently not supported in React Native, but should be eventually.

[databrowserrouter]: ./data-browser-router
[staticrouter]: ./static-router
[memoryrouter]: ./memory-router
[nativerouter]: ./native-router
[createbrowserrouter]: ./create-browser-router
[createhashrouter]: ./create-hash-router
[creatememoryrouter]: ./create-memory-router
[createroutesfromelements]: ../utils/create-routes-from-elements

[browserrouter]: ../router-components/browser-router
[hashrouter]: ../router-components/hash-router
[memoryrouter]: ../router-components/memory-router
[hashrouter]: ../router-components/hash-router
[nativerouter]: ../router-components/native-router
[staticrouter]: ../router-components/static-router
[createroutesfromelements]: ../utils/create-routes-from-elements

0 comments on commit 76c3d36

Please sign in to comment.