From 37f2f50b2c2ca96cee707f1f2a4ce3d4dc22af90 Mon Sep 17 00:00:00 2001 From: Vibhanshu Jain Date: Mon, 13 Jun 2022 14:06:27 +0530 Subject: [PATCH] fix: links updated for cypress-tests guide (#46469) Co-authored-by: Vibhanshu Jain --- docs/how-to-add-cypress-tests.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-to-add-cypress-tests.md b/docs/how-to-add-cypress-tests.md index 3d51623da6c..9437bd9ad99 100644 --- a/docs/how-to-add-cypress-tests.md +++ b/docs/how-to-add-cypress-tests.md @@ -13,13 +13,13 @@ To learn how to write Cypress tests, or 'specs', please see Cypress' official [d ## How to run tests > [!NOTE] -> If using GitPod, please see [Cypress-GitPod Setup](/how-to-add-cypress-tests#cypress-gitpod-setup) +> If using GitPod, please see [Cypress-GitPod Setup](how-to-add-cypress-tests#cypress-gitpod-setup) ### 1. Ensure that MongoDB and client applications are running -- [Start MongoDB and seed the database](/how-to-setup-freecodecamp-locally#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally#step-3-start-mongodb-and-seed-the-database) -- [Start the freeCodeCamp client application and API server](/how-to-setup-freecodecamp-locally#step-4-start-the-freecodecamp-client-application-and-api-server) +- [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally#step-4-start-the-freecodecamp-client-application-and-api-server) ### 2. Run the cypress tests @@ -75,4 +75,4 @@ npm run cypress:install-build-tools - When prompted in the terminal, select your keyboard layout by language/area -Now, [Cypress can be run](/how-to-add-cypress-tests#_2-run-the-cypress-tests) +Now, [Cypress can be run](how-to-add-cypress-tests#_2-run-the-cypress-tests)