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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-02 16:42:28 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-02 16:42:28 +0300
commit124ffb2134be85575ddc75bfa34903fb738c6930 (patch)
tree94f3d354da8749a7ebabef69e614a67a1374dec9 /doc/development/testing_guide/testing_levels.md
parent1aa25a3fe3b7167c2d9c73930cf9a05794be0dd2 (diff)
Fix link to end-to-end testing docs from test pyramid
Diffstat (limited to 'doc/development/testing_guide/testing_levels.md')
-rw-r--r--doc/development/testing_guide/testing_levels.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/testing_levels.md b/doc/development/testing_guide/testing_levels.md
index dd0e9a77164..4adf0dc7c7a 100644
--- a/doc/development/testing_guide/testing_levels.md
+++ b/doc/development/testing_guide/testing_levels.md
@@ -121,7 +121,7 @@ running feature tests (i.e. using Capybara) against it.
The actual test scenarios and steps are [part of GitLab Rails] so that they're
always in-sync with the codebase.
-Read a separate document about [end-to-end tests](../end_to_end_tests.md) to
+Read a separate document about [end-to-end tests](end_to_end_tests.md) to
learn more.
[multiple pieces]: ../architecture.md#components