From 65980732714bf6a002b78ab792faac5fb3258ec0 Mon Sep 17 00:00:00 2001 From: hyesung oh Date: Fri, 18 Feb 2022 02:51:54 +0900 Subject: [PATCH] docs: Fix react-router/README.md's link (#8666) --- contributors.yml | 1 + packages/react-router/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index e26873a99f..0ecb4ec602 100644 --- a/contributors.yml +++ b/contributors.yml @@ -35,3 +35,4 @@ - turansky - underager - vijaypushkin +- hyesungoh \ No newline at end of file diff --git a/packages/react-router/README.md b/packages/react-router/README.md index 2729e5f4ee..f421dae97e 100644 --- a/packages/react-router/README.md +++ b/packages/react-router/README.md @@ -1,6 +1,6 @@ # React Router -The `react-router` package is the heart of [React Router](/) and provides all +The `react-router` package is the heart of [React Router](https://github.com/remix-run/react-router) and provides all the core functionality for both [`react-router-dom`](/packages/react-router-dom) and