Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-31 12:10:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-31 12:10:26 +0300
commit26d2324ac136c7a28235789ff9a0b2974b5f7c7b (patch)
treef6a8cb8c0edf9225c3182ba115916f861bcc6357 /doc/development/documentation/testing.md
parent4603adb20ba7c5b84700fb0bf41b43f7b1a49f8c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/testing.md')
-rw-r--r--doc/development/documentation/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/testing.md b/doc/development/documentation/testing.md
index 79f442d8ca9..781ab8e2139 100644
--- a/doc/development/documentation/testing.md
+++ b/doc/development/documentation/testing.md
@@ -33,7 +33,7 @@ We also run some documentation tests in the:
## Run tests locally
-Similar to [previewing your changes locally](index.md#previewing-the-changes-live), you can also
+Similar to [previewing your changes locally](review_apps.md), you can also
run these tests on your local computer. This has the advantage of:
- Speeding up the feedback loop. You can know of any problems with the changes in your branch