summaryrefslogtreecommitdiff
path: root/app/views/shared/_outdated_browser.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-11 11:54:04 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-30 14:24:06 +0000
commitff4a6323d163c987a73523a7f16440d1baffb939 (patch)
treee394aa4ab68ea0d465c1757f98419e9ac379fa02 /app/views/shared/_outdated_browser.html.haml
parentcec7b8f9f015e1c86ca2426ad613bcd24c7b7629 (diff)
downloadgitlab-ce-ff4a6323d163c987a73523a7f16440d1baffb939.tar.gz
Corrected docs href'scorrect-gitlab-host-references
Diffstat (limited to 'app/views/shared/_outdated_browser.html.haml')
-rw-r--r--app/views/shared/_outdated_browser.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/_outdated_browser.html.haml b/app/views/shared/_outdated_browser.html.haml
index 0eba1fe075f..c06d1ffa59b 100644
--- a/app/views/shared/_outdated_browser.html.haml
+++ b/app/views/shared/_outdated_browser.html.haml
@@ -1,8 +1,7 @@
- if outdated_browser?
- - link = "https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md#supported-web-browsers"
.browser-alert
GitLab may not work properly because you are using an outdated web browser.
%br
Please install a
- = link_to 'supported web browser', link
+ = link_to 'supported web browser', help_page_url('install/requirements', anchor: 'supported-web-browsers')
for a better experience.