From 76c3d36d197389d23996379866d70747c0808c8b Mon Sep 17 00:00:00 2001 From: Michael Liu Date: Thu, 22 Sep 2022 11:08:19 -0700 Subject: [PATCH] Fix Links (#9319) --- contributors.yml | 1 + docs/routers/picking-a-router.md | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/contributors.yml b/contributors.yml index d7423fe37d..75013a122a 100644 --- a/contributors.yml +++ b/contributors.yml @@ -113,3 +113,4 @@ - xavier-lc - xcsnowcity - yuleicul +- triangularcube diff --git a/docs/routers/picking-a-router.md b/docs/routers/picking-a-router.md index 0e6767a45b..9726ccc608 100644 --- a/docs/routers/picking-a-router.md +++ b/docs/routers/picking-a-router.md @@ -72,15 +72,13 @@ You will use [``][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