From a230af72e3772da44c27848fcc8d333c85449c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 24 Mar 2025 11:39:47 +0800 Subject: [PATCH 1/2] fix Location link --- docs/api/hooks/useLocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/hooks/useLocation.md b/docs/api/hooks/useLocation.md index 623675920e..5072be97b8 100644 --- a/docs/api/hooks/useLocation.md +++ b/docs/api/hooks/useLocation.md @@ -10,7 +10,7 @@ title: useLocation [Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.useLocation.html) -Returns the current [Location](../Other/Location). This can be useful if you'd like to perform some side effect whenever it changes. +Returns the current [Location]([../Other/Location](https://api.reactrouter.com/v7/interfaces/react_router.Location.html)). This can be useful if you'd like to perform some side effect whenever it changes. ```tsx import * as React from 'react' From b09091159582292a7c725957de5d87b38da9d46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 24 Mar 2025 12:30:07 +0800 Subject: [PATCH 2/2] add username to contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 962c00847e..024bbbf71a 100644 --- a/contributors.yml +++ b/contributors.yml @@ -167,6 +167,7 @@ - jrestall - juanpprieto - jungwoo3490 +- justjavac - kachun333 - Kakamotobi - kantuni