Skip to content

Commit aff9797

Browse files
authored
fix Location link (#13291)
* fix Location link * add username to contributors.yml
1 parent cbb711f commit aff9797

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
- jrestall
168168
- juanpprieto
169169
- jungwoo3490
170+
- justjavac
170171
- kachun333
171172
- Kakamotobi
172173
- kantuni

docs/api/hooks/useLocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: useLocation
1010

1111
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.useLocation.html)
1212

13-
Returns the current [Location](../Other/Location). This can be useful if you'd like to perform some side effect whenever it changes.
13+
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.
1414

1515
```tsx
1616
import * as React from 'react'

0 commit comments

Comments
 (0)