summaryrefslogtreecommitdiff
path: root/app/views/shared/_outdated_browser.html.haml
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-12-04 20:18:45 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-12-07 11:19:37 -0600
commite6ac6734c2f636d3d063718a95ba1169e299b51f (patch)
tree5ebb145da1c9f9f242b13ca3ccfdcc176766c3e3 /app/views/shared/_outdated_browser.html.haml
parent9dffd0ab6b2e9f5b0db55230d8991f50a01f7669 (diff)
downloadgitlab-ce-e6ac6734c2f636d3d063718a95ba1169e299b51f.tar.gz
Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urls
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
Diffstat (limited to 'app/views/shared/_outdated_browser.html.haml')
-rw-r--r--app/views/shared/_outdated_browser.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_outdated_browser.html.haml b/app/views/shared/_outdated_browser.html.haml
index a638b0a805e..8ddb1b2bc99 100644
--- a/app/views/shared/_outdated_browser.html.haml
+++ b/app/views/shared/_outdated_browser.html.haml
@@ -4,5 +4,5 @@
GitLab may not work properly because you are using an outdated web browser.
%br
Please install a
- = link_to 'supported web browser', help_page_url('install/requirements', anchor: 'supported-web-browsers')
+ = link_to 'supported web browser', help_page_path('install/requirements', anchor: 'supported-web-browsers')
for a better experience.