summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-02 14:42:28 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-02 14:42:28 +0100
commit124ffb2134be85575ddc75bfa34903fb738c6930 (patch)
tree94f3d354da8749a7ebabef69e614a67a1374dec9 /doc/development/testing_guide
parent1aa25a3fe3b7167c2d9c73930cf9a05794be0dd2 (diff)
downloadgitlab-ce-124ffb2134be85575ddc75bfa34903fb738c6930.tar.gz
Fix link to end-to-end testing docs from test pyramid
Diffstat (limited to 'doc/development/testing_guide')
-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