Skip to content

Commit 9e7486b

Browse files
authored
docs: Fix use-navigate.md example output in section on using useLocation with the URL constructor (#11344)
1 parent a04ae6b commit 9e7486b

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
@@ -3,6 +3,7 @@
33
- abeadam
44
- abhi-kr-2100
55
- AchThomas
6+
- acusti
67
- adamdotjs
78
- adil62
89
- adriananin

docs/hooks/use-navigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ new URL("..", window.origin + location.pathname);
109109

110110
// With trailing slashes:
111111
new URL(".", window.origin + location.pathname + "/");
112-
// 'https://remix.run/docs/en/main/start/future-flags/'
112+
// 'https://remix.run/docs/en/main/start/quickstart/'
113113
new URL("..", window.origin + location.pathname + "/");
114114
// 'https://remix.run/docs/en/main/start/'
115115
```

0 commit comments

Comments
 (0)