summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDosuken shinya <gitlab.shinyamaeda@gmail.com>2017-04-21 11:18:30 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-04-21 11:18:30 +0000
commitdcc89f12384cfc0095cbf51840c7d2c2fc859fdf (patch)
tree08f8d0098f7a38e28f003beb573b863402d807d7 /app/views/projects
parentd79e587e7efd108a9c5afc3c722b38bc685e9098 (diff)
downloadgitlab-ce-dcc89f12384cfc0095cbf51840c7d2c2fc859fdf.tar.gz
Add doc for scheduled trigger
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/triggers/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/triggers/_form.html.haml b/app/views/projects/triggers/_form.html.haml
index 8582bcbb8cc..70d654fa9a0 100644
--- a/app/views/projects/triggers/_form.html.haml
+++ b/app/views/projects/triggers/_form.html.haml
@@ -19,7 +19,7 @@
%strong Schedule trigger (experimental)
.help-block
If checked, this trigger will be executed periodically according to cron and timezone.
- = link_to icon('question-circle'), help_page_path('ci/triggers', anchor: 'schedule')
+ = link_to icon('question-circle'), help_page_path('ci/triggers/README', anchor: 'using-scheduled-triggers')
.form-group
= schedule_fields.label :cron, "Cron", class: "label-light"
= schedule_fields.text_field :cron, class: "form-control", title: 'Cron specification is required.', placeholder: "0 1 * * *"