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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-16 06:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-16 06:09:03 +0300
commitaf7743776201b4c9cfea8a66dd522854fc9fb838 (patch)
tree7bf1ebc592b3600dd77c7f355b79a0932eb480cd /doc/ci/migration
parent9e18d339fdd367ac603ad652e977f28f9c966cf1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/migration')
-rw-r--r--doc/ci/migration/circleci.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/migration/circleci.md b/doc/ci/migration/circleci.md
index ab665468d7b..13190c15cca 100644
--- a/doc/ci/migration/circleci.md
+++ b/doc/ci/migration/circleci.md
@@ -27,7 +27,7 @@ CircleCI's `config.yml` configuration file defines scripts, jobs, and workflows
### Jobs
-In CircleCI, jobs are a collection of steps to perform a specific task. In GitLab, [jobs](../pipelines/index.md#about-jobs) are also a fundamental element in the configuration file. The `checkout` keyword is not necessary in GitLab CI/CD as the repository is automatically fetched.
+In CircleCI, jobs are a collection of steps to perform a specific task. In GitLab, [jobs](../jobs/index.md) are also a fundamental element in the configuration file. The `checkout` keyword is not necessary in GitLab CI/CD as the repository is automatically fetched.
CircleCI example job definition: