From fc08fe78d4397edd258fda47ea68b8ed37ceb04d Mon Sep 17 00:00:00 2001 From: Matthew Chisolm <39521893+mchisolm0@users.noreply.github.com> Date: Sun, 2 Mar 2025 20:50:17 -0600 Subject: [PATCH] Update first broken link --- challenges/react-navigation/02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/react-navigation/02.md b/challenges/react-navigation/02.md index 6127fb67..623aa277 100644 --- a/challenges/react-navigation/02.md +++ b/challenges/react-navigation/02.md @@ -6,7 +6,7 @@ ## 👾 Before we start the exercise -- Check the [`route` prop documentation](https://reactnavigation.org/docs/route-prop). +- Check the [`route` prop documentation](https://reactnavigation.org/docs/params/). - Do you remember how to [pass to the destination route](https://reactnavigation.org/docs/navigation-prop#common-api-reference)? ## 👨‍🚀 Exercise 2