diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-08 18:46:48 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-08 18:46:48 +0000 |
commit | 429f5370352f049ba293d9f6b946112f7dbf49bd (patch) | |
tree | 610be82f1f66ffe8684771cd6bf12ada39e275b4 | |
parent | b1837eef4ba610c4257ec691df0adc82deccf663 (diff) | |
parent | 80b30500e44b621c0ecd3c062349b34ddbb0a0fb (diff) | |
download | gitlab-ce-429f5370352f049ba293d9f6b946112f7dbf49bd.tar.gz |
Merge branch 'patch-3' into 'master'
blost -> blog
See merge request !4063
-rw-r--r-- | doc/ci/examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index 31760d872b2..61294be599d 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -10,6 +10,6 @@ ## Outside the documentation -- [Blost post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/) +- [Blog post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/) - [Repo's with examples for various languages](https://gitlab.com/groups/gitlab-examples) - [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml) |