Merge branch '63691-fix-doc-link' into 'master'
Correct link to external_dashboard doc See merge request gitlab-org/gitlab-ce!30019
This commit is contained in:
commit
e1a56e7b22
2 changed files with 6 additions and 1 deletions
|
@ -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') } } }
|
||||
|
|
5
changelogs/unreleased/63691-fix-doc-link.yml
Normal file
5
changelogs/unreleased/63691-fix-doc-link.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Correct link to docs for External Dashboard
|
||||
merge_request: 30019
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue