From 517ac544bbb1fd2ffbc4ffb8bbb2423d811ecc75 Mon Sep 17 00:00:00 2001 From: Kushal Agrawal Date: Sun, 6 Oct 2024 15:28:19 +0530 Subject: [PATCH 1/2] docs: update the hyperlink for setting-up-the-dev-environment.md --- docs/contributing/code/setting-up-the-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/code/setting-up-the-dev-environment.md b/docs/contributing/code/setting-up-the-dev-environment.md index 935d10aea3..a1a57a4841 100644 --- a/docs/contributing/code/setting-up-the-dev-environment.md +++ b/docs/contributing/code/setting-up-the-dev-environment.md @@ -4,7 +4,7 @@ This document guides you through setting up your development environment to star :::important Prerequisites -Please complete our [Introductory environment setup](introduction/environment-setup.md) guide before proceeding. This ensures you have the necessary tools and dependencies installed in order to _run_ Detox tests, which is a fundamental step before being able to contribute to the project itself. +Please complete our [Introductory environment setup](../introduction/environment-setup.md) guide before proceeding. This ensures you have the necessary tools and dependencies installed in order to _run_ Detox tests, which is a fundamental step before being able to contribute to the project itself. ::: From 7e21259284c74bbf0ed105c8be5e094f1a47d01b Mon Sep 17 00:00:00 2001 From: Kushal Agrawal Date: Sun, 6 Oct 2024 15:30:04 +0530 Subject: [PATCH 2/2] docs: update docs for setting-up-the-dev-environment.md --- docs/contributing/code/setting-up-the-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/code/setting-up-the-dev-environment.md b/docs/contributing/code/setting-up-the-dev-environment.md index a1a57a4841..c16ac762e8 100644 --- a/docs/contributing/code/setting-up-the-dev-environment.md +++ b/docs/contributing/code/setting-up-the-dev-environment.md @@ -4,7 +4,7 @@ This document guides you through setting up your development environment to star :::important Prerequisites -Please complete our [Introductory environment setup](../introduction/environment-setup.md) guide before proceeding. This ensures you have the necessary tools and dependencies installed in order to _run_ Detox tests, which is a fundamental step before being able to contribute to the project itself. +Please complete our [Introductory environment setup](../../introduction/environment-setup.md) guide before proceeding. This ensures you have the necessary tools and dependencies installed in order to _run_ Detox tests, which is a fundamental step before being able to contribute to the project itself. :::