From 37459dc578f8b773ce25759cc476824dd186463f Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Thu, 12 Jan 2023 00:43:17 -0600 Subject: [PATCH 1/2] Add link to v6 documentation to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e815058d..58fc52dce0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you're new to React Router, we recommend you start with [the tutorial](/docs/ If you're migrating to v6 from v5 (or v4, which is the same as v5), check out [the migration guide](/docs/upgrading/v5.md). If you're migrating from Reach Router, check out [the migration guide for Reach Router](/docs/upgrading/reach.md). If you need to find the code for v5, [it is on the `v5` branch](https://github.com/remix-run/react-router/tree/v5). -When v6 is stable we will publish the docs on our website. +Documentation for v6 can be found [on our website](https://reactrouter.com/). ## Contributing From bae142d86b574c8c2790f2eac3981c1a6a303bf5 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Thu, 12 Jan 2023 00:45:34 -0600 Subject: [PATCH 2/2] Sign CLA --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index b41c081b37..f6d7480d0f 100644 --- a/contributors.yml +++ b/contributors.yml @@ -164,3 +164,4 @@ - xavier-lc - xcsnowcity - yuleicul +- cassidoo