From 5fd8994a5447a25622aa833fd344e71df3a06ed4 Mon Sep 17 00:00:00 2001 From: Ben <119837502+zongben@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:29:56 +0800 Subject: [PATCH 1/2] update reactrouter url --- src/content/learn/build-a-react-app-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/build-a-react-app-from-scratch.md b/src/content/learn/build-a-react-app-from-scratch.md index e5b396c7e53..b3a1483e21f 100644 --- a/src/content/learn/build-a-react-app-from-scratch.md +++ b/src/content/learn/build-a-react-app-from-scratch.md @@ -83,7 +83,7 @@ Routers are a core part of modern applications, and are usually integrated with We suggest using: -- [React Router](https://reactrouter.com/start/framework/custom) +- [React Router](https://reactrouter.com/home) - [Tanstack Router](https://tanstack.com/router/latest) From 38f126a7399923a4f872c662cd59eadfffbef449 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 1 Apr 2025 09:25:10 -0400 Subject: [PATCH 2/2] Update src/content/learn/build-a-react-app-from-scratch.md --- src/content/learn/build-a-react-app-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/build-a-react-app-from-scratch.md b/src/content/learn/build-a-react-app-from-scratch.md index b3a1483e21f..10a299fcf52 100644 --- a/src/content/learn/build-a-react-app-from-scratch.md +++ b/src/content/learn/build-a-react-app-from-scratch.md @@ -83,7 +83,7 @@ Routers are a core part of modern applications, and are usually integrated with We suggest using: -- [React Router](https://reactrouter.com/home) +- [React Router](https://reactrouter.com/start/data/custom) - [Tanstack Router](https://tanstack.com/router/latest)