Skip to content

Commit b267a1c

Browse files
committed
Merge branch 'main' into release-next
2 parents f2d6ff5 + 00ffa36 commit b267a1c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-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
```

docs/start/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Changelog
3+
---
4+
5+
# Changelog
6+
7+
See the detailed changelog for each release on [GitHub][changelog].
8+
9+
[changelog]: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md

0 commit comments

Comments
 (0)