Skip to content

Commit

Permalink
Merge branch 'main' into release-next
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 27, 2024
2 parents f2d6ff5 + 00ffa36 commit b267a1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- abeadam
- abhi-kr-2100
- AchThomas
- acusti
- adamdotjs
- adil62
- adriananin
Expand Down
2 changes: 1 addition & 1 deletion docs/hooks/use-navigate.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ new URL("..", window.origin + location.pathname);

// With trailing slashes:
new URL(".", window.origin + location.pathname + "/");
// 'https://remix.run/docs/en/main/start/future-flags/'
// 'https://remix.run/docs/en/main/start/quickstart/'
new URL("..", window.origin + location.pathname + "/");
// 'https://remix.run/docs/en/main/start/'
```
Expand Down
9 changes: 9 additions & 0 deletions docs/start/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Changelog
---

# Changelog

See the detailed changelog for each release on [GitHub][changelog].

[changelog]: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md

0 comments on commit b267a1c

Please sign in to comment.