diff options
author | Valery Sizov <valery@gitlab.com> | 2015-04-22 15:22:48 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-04-22 15:22:48 +0000 |
commit | 5be8be7d1965476ced2841dd4c3592ba8db84423 (patch) | |
tree | 177e3dfe253f91192d9d900edbb14607dba28076 | |
parent | 79c776836b787ac02a9b1f52cdd5cbc932348fe5 (diff) | |
parent | 4a8be36e13f264828c900cd1535837692e0d490e (diff) | |
download | gitlab-ci-5be8be7d1965476ced2841dd4c3592ba8db84423.tar.gz |
Merge branch 'doc_minor_fix' into 'master'
Minor documentation fix
See merge request !77
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index a85d6c3..614fbee 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -222,7 +222,7 @@ production: Now you need Runners to process your builds. -Checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} to install it +Checkout the [Gitlab Runner section](https://about.gitlab.com/gitlab-ci/#gitlab-runner) to install it # Done! |