Skip to content

Commit 76c3d36

Browse files
Fix Links (#9319)
1 parent f3009f5 commit 76c3d36

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@
113113
- xavier-lc
114114
- xcsnowcity
115115
- yuleicul
116+
- triangularcube

docs/routers/picking-a-router.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,13 @@ You will use [`<NativeRouter>`][nativerouter] from React Native projects.
7272

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

75-
[databrowserrouter]: ./data-browser-router
76-
[staticrouter]: ./static-router
77-
[memoryrouter]: ./memory-router
78-
[nativerouter]: ./native-router
7975
[createbrowserrouter]: ./create-browser-router
8076
[createhashrouter]: ./create-hash-router
8177
[creatememoryrouter]: ./create-memory-router
78+
[createroutesfromelements]: ../utils/create-routes-from-elements
79+
8280
[browserrouter]: ../router-components/browser-router
83-
[hashrouter]: ../router-components/hash-router
8481
[memoryrouter]: ../router-components/memory-router
82+
[hashrouter]: ../router-components/hash-router
83+
[nativerouter]: ../router-components/native-router
8584
[staticrouter]: ../router-components/static-router
86-
[createroutesfromelements]: ../utils/create-routes-from-elements

0 commit comments

Comments
 (0)