summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-04-04 21:57:02 +0000
committerMike Greiling <mike@pixelcog.com>2019-04-04 21:57:02 +0000
commitc86a3ea85472856edbc3e78b9c9f1193378d704d (patch)
tree908209905423f68416dc042fe05bd80ee5610e29 /app/views
parentd3b19f6666df0c9d667165b0b765a4aedcf1e44b (diff)
downloadgitlab-ce-c86a3ea85472856edbc3e78b9c9f1193378d704d.tar.gz
Fix UI anchor links after docs refactor
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/blob/viewers/_route_map.html.haml2
-rw-r--r--app/views/projects/blob/viewers/_route_map_loading.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/blob/viewers/_route_map.html.haml b/app/views/projects/blob/viewers/_route_map.html.haml
index 6d6bd79bc3c..07b9378ba97 100644
--- a/app/views/projects/blob/viewers/_route_map.html.haml
+++ b/app/views/projects/blob/viewers/_route_map.html.haml
@@ -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')
diff --git a/app/views/projects/blob/viewers/_route_map_loading.html.haml b/app/views/projects/blob/viewers/_route_map_loading.html.haml
index a5f73fb0197..f11c047e85a 100644
--- a/app/views/projects/blob/viewers/_route_map_loading.html.haml
+++ b/app/views/projects/blob/viewers/_route_map_loading.html.haml
@@ -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')