summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-08-03 13:44:58 +0000
committerJob van der Voort <job@gitlab.com>2015-08-03 13:44:58 +0000
commit1279addcd9fadcdaaca3e13a3ae1134c803089d0 (patch)
tree0bc4b05f072f2ac688624fe3994a819192adbf50
parentf7dbf6d1a4b5724445de4da658103ce976b02a29 (diff)
downloadgitlab-ci-testbranchjob.tar.gz
testcommittestbranchjob
-rw-r--r--doc/quick_start/README.md4
1 files changed, 2 insertions, 2 deletions
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