From 4eb21b5775aa34dff82fb8658fd0c9e343f4ac48 Mon Sep 17 00:00:00 2001 From: iamdual <3048763+iamdual@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:15:03 +0300 Subject: [PATCH] docs: Fix broken link to "React Navigation" --- docs/src/articles/guides/configure-navigation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/articles/guides/configure-navigation.md b/docs/src/articles/guides/configure-navigation.md index aa3453afb..967bb56be 100644 --- a/docs/src/articles/guides/configure-navigation.md +++ b/docs/src/articles/guides/configure-navigation.md @@ -8,7 +8,7 @@ This guide will help you to configure the app to navigate between screens. UI Ki Let's start with installing React Navigation and it's required dependencies. -Please refer to the [official documentation](https://reactnavigation.org/docs/en/getting-started.html) to complete this step, since it may differ for Expo and Bare React Native projects. +Please refer to the [official documentation](https://reactnavigation.org/docs/getting-started/) to complete this step, since it may differ for Expo and Bare React Native projects.