summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/index.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-11 05:59:34 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-11 05:59:34 +0000
commit676840ff9c4e85e44b2f2c6e7c92f62f834e20aa (patch)
tree4f6bff8253d2dc596bfe0858a64aee12713e4e05 /doc/development/fe_guide/index.md
parent150f58decb95977eaff82c51d6ef7043f1589e48 (diff)
downloadgitlab-ce-676840ff9c4e85e44b2f2c6e7c92f62f834e20aa.tar.gz
Refactor the Development documentation, and divide the Testing documentation into multiple pages
Diffstat (limited to 'doc/development/fe_guide/index.md')
-rw-r--r--doc/development/fe_guide/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md
index 031b12a8e91..c0e1bfc12a1 100644
--- a/doc/development/fe_guide/index.md
+++ b/doc/development/fe_guide/index.md
@@ -54,7 +54,8 @@ or make changes to our frontend development guidelines.
---
-## [Testing](testing.md)
+## [Testing](../testing_guide/frontend_testing.md)
+
How we write frontend tests, run the GitLab test suite, and debug test related
issues.