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:
Diffstat (limited to 'app/assets/javascripts/pipelines/components/test_reports/empty_state.vue')
-rw-r--r--app/assets/javascripts/pipelines/components/test_reports/empty_state.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/test_reports/empty_state.vue b/app/assets/javascripts/pipelines/components/test_reports/empty_state.vue
index e9f7874d3e4..3e7827dc416 100644
--- a/app/assets/javascripts/pipelines/components/test_reports/empty_state.vue
+++ b/app/assets/javascripts/pipelines/components/test_reports/empty_state.vue
@@ -43,7 +43,7 @@ export default {
};
},
testReportDocPath() {
- return helpPagePath('ci/unit_test_reports');
+ return helpPagePath('ci/testing/unit_test_reports');
},
},
};