Fix UI anchor links after docs refactor

This commit is contained in:
Evan Read 2019-04-04 21:57:02 +00:00 committed by Mike Greiling
parent d3b19f6666
commit c86a3ea854
3 changed files with 7 additions and 2 deletions

View File

@ -6,4 +6,4 @@
This Route Map is invalid:
= viewer.validation_message
= link_to 'Learn more', help_page_path('ci/environments', anchor: 'go-directly-from-source-files-to-public-pages-on-the-environment')
= link_to 'Learn more', help_page_path('ci/environments', anchor: 'going-from-source-files-to-public-pages')

View File

@ -1,4 +1,4 @@
= icon('spinner spin fw')
Validating Route Map…
= link_to 'Learn more', help_page_path('ci/environments', anchor: 'go-directly-from-source-files-to-public-pages-on-the-environment')
= link_to 'Learn more', help_page_path('ci/environments', anchor: 'going-from-source-files-to-public-pages')

View File

@ -0,0 +1,5 @@
---
title: Fix UI anchor links after docs refactor
merge_request: 26890
author:
type: fixed