summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Pereira <rpereira@gitlab.com>2019-07-11 13:39:11 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-07-11 13:39:11 +0000
commitb08ba93fb25f3027432204fae0ec43522d218682 (patch)
tree3ce2878360fe161734e7e0fcb931874796f8ebf1
parent6ce54084bd1426a7d5f49fa90d1186b4e3db7fbf (diff)
downloadgitlab-ce-b08ba93fb25f3027432204fae0ec43522d218682.tar.gz
Correct link to external_dashboard doc
-rw-r--r--app/views/projects/settings/operations/_external_dashboard.html.haml2
-rw-r--r--changelogs/unreleased/63691-fix-doc-link.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/settings/operations/_external_dashboard.html.haml b/app/views/projects/settings/operations/_external_dashboard.html.haml
index a124283921d..08d50a336fd 100644
--- a/app/views/projects/settings/operations/_external_dashboard.html.haml
+++ b/app/views/projects/settings/operations/_external_dashboard.html.haml
@@ -1,3 +1,3 @@
.js-operation-settings{ data: { operations_settings_endpoint: project_settings_operations_path(@project),
external_dashboard: { url: metrics_external_dashboard_url,
- help_page_path: help_page_path('user/project/operations/link_to_external_dashboard') } } }
+ help_page_path: help_page_path('user/project/operations/linking_to_an_external_dashboard') } } }
diff --git a/changelogs/unreleased/63691-fix-doc-link.yml b/changelogs/unreleased/63691-fix-doc-link.yml
new file mode 100644
index 00000000000..e63756e8227
--- /dev/null
+++ b/changelogs/unreleased/63691-fix-doc-link.yml
@@ -0,0 +1,5 @@
+---
+title: Correct link to docs for External Dashboard
+merge_request: 30019
+author:
+type: fixed