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 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'