Corrected docs href's
This commit is contained in:
parent
cec7b8f9f0
commit
ff4a6323d1
4 changed files with 5 additions and 6 deletions
|
@ -60,9 +60,9 @@ class JiraService < IssueTrackerService
|
||||||
end
|
end
|
||||||
|
|
||||||
def help
|
def help
|
||||||
'You need to configure JIRA before enabling this service. For more details
|
"You need to configure JIRA before enabling this service. For more details
|
||||||
read the
|
read the
|
||||||
[JIRA service documentation](https://docs.gitlab.com/ce/project_services/jira.html).'
|
[JIRA service documentation](#{help_page_url('project_services/jira')})."
|
||||||
end
|
end
|
||||||
|
|
||||||
def title
|
def title
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
%li
|
%li
|
||||||
The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination.
|
The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination.
|
||||||
%li
|
%li
|
||||||
To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}.
|
To migrate an SVN repository, check out #{link_to "this document", help_page_path('workflow/importing/migrating_from_svn')}.
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
- if outdated_browser?
|
- if outdated_browser?
|
||||||
- link = "https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md#supported-web-browsers"
|
|
||||||
.browser-alert
|
.browser-alert
|
||||||
GitLab may not work properly because you are using an outdated web browser.
|
GitLab may not work properly because you are using an outdated web browser.
|
||||||
%br
|
%br
|
||||||
Please install a
|
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.
|
for a better experience.
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
%p
|
%p
|
||||||
Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out
|
Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out
|
||||||
= succeed "." do
|
= succeed "." do
|
||||||
%a{ href: "http://docs.gitlab.com/ce/workflow/notifications.html", target: "_blank" } notification emails
|
%a{ href: help_page_path('workflow/notifications'), target: "_blank" } notification emails
|
||||||
.col-lg-8
|
.col-lg-8
|
||||||
- NotificationSetting::EMAIL_EVENTS.each_with_index do |event, index|
|
- NotificationSetting::EMAIL_EVENTS.each_with_index do |event, index|
|
||||||
- field_id = "#{notifications_menu_identifier("modal", notification_setting)}_notification_setting[#{event}]"
|
- field_id = "#{notifications_menu_identifier("modal", notification_setting)}_notification_setting[#{event}]"
|
||||||
|
|
Loading…
Reference in a new issue