diff options
author | Fabrizio Cucci <fabrizio.cucci@yahoo.com> | 2017-04-07 19:15:14 +0000 |
---|---|---|
committer | Fabrizio Cucci <fabrizio.cucci@yahoo.com> | 2017-04-07 19:15:14 +0000 |
commit | ec9409ceda3fbe943e74058cf1005dd50f569217 (patch) | |
tree | b68099ddf8ec6661adc79dffd6c4fc277e1865f5 | |
parent | 5d4449151fb576dc927ff1d0ff343fca4645159b (diff) | |
download | gitlab-ce-ec9409ceda3fbe943e74058cf1005dd50f569217.tar.gz |
Fixed wrong links in README.md
-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/) |