From b9333b63af4d2e240fdb3437f1b3f04622c39c9c Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 23 Jul 2015 11:34:46 +0200 Subject: Fix invalid link to doc.gitlab.com --- CHANGELOG | 1 + app/views/shared/_guide.html.haml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b8fcb24..1407f27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ v7.13.1 - Fix: user could steal specific runner + - Fix invalid link to doc.gitlab.com v7.13.0 - Allow to specify image and services in yml that can be used with docker diff --git a/app/views/shared/_guide.html.haml b/app/views/shared/_guide.html.haml index 8a3f663..229ce24 100644 --- a/app/views/shared/_guide.html.haml +++ b/app/views/shared/_guide.html.haml @@ -6,7 +6,8 @@ Add at least one runner to the project. Go to #{link_to 'Runners page', project_runners_path(@project), target: :blank} for instructions. %li - Put the .gitlab-ci.yml in the root of your repository. Examples can be found in #{link_to "Configuraton of your builds with .gitlab-ci.yml", "http://doc.gitlab.com/ci/builds_configuration/README.html", target: :blank}. You can also test your .gitlab-ci.yml in the #{link_to "Lint", lint_path} + Put the .gitlab-ci.yml in the root of your repository. Examples can be found in #{link_to "Configuring project (.gitlab-ci.yml)", "http://doc.gitlab.com/ci/yaml/README.html", target: :blank}. + You can also test your .gitlab-ci.yml in the #{link_to "Lint", lint_path} %li Visit #{link_to 'GitLab project settings', @project.gitlab_url + "/services/gitlab_ci/edit", target: :blank} and press the "Test settings" button. -- cgit v1.2.1