Fix UI anchor links after docs refactor
This commit is contained in:
parent
d3b19f6666
commit
c86a3ea854
3 changed files with 7 additions and 2 deletions
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
5
changelogs/unreleased/fix-UI-links-to-route-map-info.yml
Normal file
5
changelogs/unreleased/fix-UI-links-to-route-map-info.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix UI anchor links after docs refactor
|
||||
merge_request: 26890
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue