diff options
author | bikebilly <fabio@gitlab.com> | 2017-06-23 22:59:35 +0200 |
---|---|---|
committer | bikebilly <fabio@gitlab.com> | 2017-06-23 22:59:35 +0200 |
commit | f9be772aa7299f2bf7d3a85393347700d847c16e (patch) | |
tree | 04228c54cccd75362fda5ce101c82d56ce1e4ab7 /doc/ci/quick_start | |
parent | c00f81d8a6f176464997b5a004ca2311e567763f (diff) | |
download | gitlab-ce-f9be772aa7299f2bf7d3a85393347700d847c16e.tar.gz |
Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs34264-replace-settings-ci-cd-pipelines-with-settings-pipelines-in-docs
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r-- | doc/ci/quick_start/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 41cae58782d..88e53ff40e8 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -155,7 +155,7 @@ Find more information about different Runners in the [Runners](../runners/README.md) documentation. You can find whether any Runners are assigned to your project by going to -**Settings ➔ CI/CD Pipelines**. Setting up a Runner is easy and straightforward. The +**Settings ➔ Pipelines**. Setting up a Runner is easy and straightforward. The official Runner supported by GitLab is written in Go and its documentation can be found at <https://docs.gitlab.com/runner/>. @@ -168,7 +168,7 @@ Follow the links above to set up your own Runner or use a Shared Runner as described in the next section. Once the Runner has been set up, you should see it on the Runners page of your -project, following **Settings ➔ CI/CD Pipelines**. +project, following **Settings ➔ Pipelines**. ![Activated runners](img/runners_activated.png) @@ -181,7 +181,7 @@ These are special virtual machines that run on GitLab's infrastructure and can build any project. To enable the **Shared Runners** you have to go to your project's -**Settings ➔ CI/CD Pipelines** and click **Enable shared runners**. +**Settings ➔ Pipelines** and click **Enable shared runners**. [Read more on Shared Runners](../runners/README.md). |