diff --git a/contributors.yml b/contributors.yml index 02956eb71b..b8254acaa9 100644 --- a/contributors.yml +++ b/contributors.yml @@ -3,6 +3,7 @@ - abeadam - abhi-kr-2100 - AchThomas +- acusti - adamdotjs - adil62 - adriananin diff --git a/docs/hooks/use-navigate.md b/docs/hooks/use-navigate.md index 9aacff0ea7..3a80fc692d 100644 --- a/docs/hooks/use-navigate.md +++ b/docs/hooks/use-navigate.md @@ -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/' ``` diff --git a/docs/start/changelog.md b/docs/start/changelog.md new file mode 100644 index 0000000000..b44fc91b8c --- /dev/null +++ b/docs/start/changelog.md @@ -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