summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/smoke.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/testing_guide/smoke.md')
-rw-r--r--doc/development/testing_guide/smoke.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/smoke.md b/doc/development/testing_guide/smoke.md
index 30d861d7d68..c9d3238fbe9 100644
--- a/doc/development/testing_guide/smoke.md
+++ b/doc/development/testing_guide/smoke.md
@@ -17,7 +17,7 @@ Currently, our suite consists of this basic functionality coverage:
Smoke tests have the `:smoke` RSpec metadata.
-See [End-to-end Testing](./end_to_end_tests.md) for more details about
+See [End-to-end Testing](end_to_end/index.md) for more details about
end-to-end tests.
---