Skip to content

Commit e6c53a0

Browse files
authored
fix wrong url in useNavigate.md (#13363)
* Update useNavigate.md fix worng url from "https://reactrouter.com/api/Utils/redirect" to "https://reactrouter.com/api/utils/redirect" * Update contributors.yml add my username
1 parent 68f8762 commit e6c53a0

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
@@ -372,3 +372,4 @@
372372
- yuleicul
373373
- zeromask1337
374374
- zheng-chuang
375+
- nenene3

docs/api/hooks/useNavigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function SomeComponent() {
2727
}
2828
```
2929

30-
It's often better to use [redirect](../Utils/redirect) in [ActionFunction](../Other/ActionFunction) and [LoaderFunction](../Other/LoaderFunction) than this hook.
30+
It's often better to use [redirect](../utils/redirect) in [ActionFunction](../Other/ActionFunction) and [LoaderFunction](../Other/LoaderFunction) than this hook.
3131

3232
## Signature
3333

0 commit comments

Comments
 (0)