From 1279addcd9fadcdaaca3e13a3ae1134c803089d0 Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Mon, 3 Aug 2015 13:44:58 +0000 Subject: testcommit --- doc/quick_start/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/quick_start') diff --git a/doc/quick_start/README.md b/doc/quick_start/README.md index 3b9156f..953809a 100644 --- a/doc/quick_start/README.md +++ b/doc/quick_start/README.md @@ -58,7 +58,7 @@ The jobs are defined as top-level elements with name and always have to contain Jobs are used to create builds, which are then picked by [runners](../runners/README.md) and executed within environment of the runner. What is important that each job is run independently from each other. -For more information and complete `.gitlab-ci.yml` syntax, please check the [Configuring project (.gitlab-ci.yml)](../yaml/README.md). +For more information and complete `.gitlab-ci.yml` syntax, please check the [Configuring project (.gitlab-ci.yml)](/doc/yaml/README.md). ## 5. Add file and push .gitlab-ci.yml to repository @@ -116,4 +116,4 @@ You may need to tune your `.gitlab-ci.yml` file to implement build plan for your A few examples how it can be done you can find on [Examples](../examples/README.md) page. GitLab CI also offers **the Lint** tool to verify validity of your `.gitlab-ci.yml` which can be useful to troubleshoot potential problems. -The Lint is available from project's settings or by adding `/lint` to GitLab CI url. +The Lint is available from project's settings or by adding `/lint` to GitLab CI url. \ No newline at end of file -- cgit v1.2.1