From 79de0100c117c82893f21f465fb7145c74811199 Mon Sep 17 00:00:00 2001 From: Dmitrii Tarasov Date: Tue, 25 Oct 2022 16:57:51 +0300 Subject: [PATCH 1/2] Update tutorial.md link --- tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/README.md b/tutorial/README.md index bf447edad5..ad26a9c800 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -1,3 +1,3 @@ # React Router v6 Tutorial -To complete this tutorial, we recommend following along with our guide in our [Getting Started documentation](https://github.com/remix-run/react-router/blob/main/docs/getting-started/tutorial.md). +To complete this tutorial, we recommend following along with our guide in our [Getting Started documentation](https://github.com/remix-run/react-router/blob/main/docs/start/tutorial.md). From 190fb72279c3b1c22366f40dd10dc22ed33ddb89 Mon Sep 17 00:00:00 2001 From: Dmitrii Tarasov Date: Tue, 25 Oct 2022 17:05:16 +0300 Subject: [PATCH 2/2] update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index a527a09763..8c79cbefd1 100644 --- a/contributors.yml +++ b/contributors.yml @@ -130,3 +130,4 @@ - xavier-lc - xcsnowcity - yuleicul +- dmitrytarassov