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:
Filipa Lacerda 2019-07-11 13:39:12 +00:00
commit e1a56e7b22
2 changed files with 6 additions and 1 deletions

View File

@ -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') } } }

View File

@ -0,0 +1,5 @@
---
title: Correct link to docs for External Dashboard
merge_request: 30019
author:
type: fixed