summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid H. Wilkins <dwilkins@gitlab.com>2019-08-27 08:15:18 -0500
committerDavid H. Wilkins <dwilkins@gitlab.com>2019-08-27 08:15:18 -0500
commit30bc74f20d89930611871b251233a8b75e24e16e (patch)
tree0e2cd42326a548e565cca94a08892351c08e1221
parent519a130c26d9972ef8504820f3bd2ab1e654c0c4 (diff)
downloadgitlab-ce-30bc74f20d89930611871b251233a8b75e24e16e.tar.gz
Broken Link to Test Design
- previous link engineering/quality/guidelines/test-engineering/test-design is missing and apparently should be engineering/quality/test-engineering/#test-heuristics
-rw-r--r--doc/development/testing_guide/best_practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index f30a83a4c71..0f982c3a48b 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -13,7 +13,7 @@ a level that is difficult to manage.
Test heuristics can help solve this problem. They concisely address many of the common ways bugs
manifest themselves within our code. When designing our tests, take time to review known test heuristics to inform
our test design. We can find some helpful heuristics documented in the Handbook in the
-[Test Design](https://about.gitlab.com/handbook/engineering/quality/guidelines/test-engineering/test-design/) section.
+[Test Engineering](https://about.gitlab.com/handbook/engineering/quality/test-engineering/#test-heuristics) section.
## Test speed