summaryrefslogtreecommitdiff
path: root/doc/ci/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-05-22 14:17:48 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-05-22 14:17:48 +0000
commita4407e75d374f65d8638d40eadbd0ec8c32cd6f6 (patch)
treeb79e17cac9ca5290b728458b3592891576e8700d /doc/ci/README.md
parenta5a5f5fe27b494e72db9c4130a9869309f0d5ecf (diff)
parent9189cffb937d0f8db41733f7700bf9969222b036 (diff)
downloadgitlab-ce-a4407e75d374f65d8638d40eadbd0ec8c32cd6f6.tar.gz
Merge branch 'dz-rename-pipelines-settings-tab' into 'master'
Rename CI/CD Pipelines to Pipelines in the project settings Closes #31980 See merge request !11305
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 4f17e7062ab..ca7266ac68f 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -1,6 +1,6 @@
# GitLab Continuous Integration (GitLab CI)
-![CI/CD pipeline graph](img/cicd_pipeline_infograph.png)
+![Pipeline graph](img/cicd_pipeline_infograph.png)
The benefits of Continuous Integration are huge when automation plays an
integral part of your workflow. GitLab comes with built-in Continuous
@@ -86,7 +86,7 @@ You can change the default behavior of GitLab CI in your whole GitLab instance
as well as in each project.
- **Project specific**
- - [CI/CD pipelines settings](../user/project/pipelines/settings.md)
+ - [Pipelines settings](../user/project/pipelines/settings.md)
- [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md)
- **Affecting the whole GitLab instance**
- [Continuous Integration admin settings](../user/admin_area/settings/continuous_integration.md)