diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-11 10:26:46 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-11 10:26:46 +0000 |
commit | b17bb9eff54edc563eeed3745a2fe6492c0ec3af (patch) | |
tree | 59404f2fe84c87aaeff9a4850973ff3775b5cbde | |
parent | 9004f000ab930474a0af58bd6ee5ffaa3e22332c (diff) | |
parent | ec9409ceda3fbe943e74058cf1005dd50f569217 (diff) | |
download | gitlab-ce-b17bb9eff54edc563eeed3745a2fe6492c0ec3af.tar.gz |
Merge branch 'patch-15' into 'master'
Fixed wrong links in README.md
See merge request !10556
-rw-r--r-- | doc/ci/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index b3780a08828..c4f9a3cb573 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -110,9 +110,8 @@ Here is an collection of tutorials and guides on setting up your CI pipeline. - [Run PHP Composer & NPM scripts then deploy them to a staging server](examples/deployment/composer-npm-deploy.md) - **Blog posts** - [Automated Debian packaging](https://about.gitlab.com/2016/10/12/automated-debian-package-build-with-gitlab-ci/) - - [Spring boot application with GitLab CI and Kubernetes](https://about.gitlab.com/2016/11/30/setting-up-gitlab-ci-for-android-projects/) - - [Setting up CI for iOS projects](https://about.gitlab.com/2016/12/14/continuous-delivery-of-a-spring-boot-application-with-gitlab-ci-and-kubernetes/) - - [Using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/) + - [Spring boot application with GitLab CI and Kubernetes](https://about.gitlab.com/2016/12/14/continuous-delivery-of-a-spring-boot-application-with-gitlab-ci-and-kubernetes/) + - [Setting up GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/) - [Setting up GitLab CI for Android projects](https://about.gitlab.com/2016/11/30/setting-up-gitlab-ci-for-android-projects/) - [Building a new GitLab Docs site with Nanoc, GitLab CI, and GitLab Pages](https://about.gitlab.com/2016/12/07/building-a-new-gitlab-docs-site-with-nanoc-gitlab-ci-and-gitlab-pages/) - [CI/CD with GitLab in action](https://about.gitlab.com/2017/03/13/ci-cd-demo/) |