Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/quick_start/index.md')
-rw-r--r--doc/ci/quick_start/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/quick_start/index.md b/doc/ci/quick_start/index.md
index ec58491e604..80bb9f63413 100644
--- a/doc/ci/quick_start/index.md
+++ b/doc/ci/quick_start/index.md
@@ -68,7 +68,7 @@ In this file, you define:
To create a `.gitlab-ci.yml` file:
-1. On the left sidebar, select **Repository > Files**.
+1. On the left sidebar, select **Code > Repository**.
1. Above the file list, select the branch you want to commit to.
If you're not sure, leave `master` or `main`.
Then select the plus icon (**{plus}**) and **New file**:
@@ -117,7 +117,7 @@ The pipeline starts and runs the jobs you defined in the `.gitlab-ci.yml` file.
Now take a look at your pipeline and the jobs within.
-1. Go to **CI/CD > Pipelines**. A pipeline with three stages should be displayed:
+1. Go to **Build > Pipelines**. A pipeline with three stages should be displayed:
![Three stages](img/three_stages_v13_6.png)