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>2021-09-03 21:10:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-03 21:10:36 +0300
commitfa885192b7d34ba910d1be629ad58c18148a86f1 (patch)
treeea4316b12a15d6767d8cc12cee4f9feb5a076d91 /doc/api/releases
parentaf7ba639ec0b6bba26adc244e8971d4113d2c041 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/releases')
-rw-r--r--doc/api/releases/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/releases/index.md b/doc/api/releases/index.md
index 35bf24c586c..da9f1435187 100644
--- a/doc/api/releases/index.md
+++ b/doc/api/releases/index.md
@@ -21,7 +21,7 @@ For authentication, the Releases API accepts either:
- A [Personal Access Token](../../user/profile/personal_access_tokens.md) using the
`PRIVATE-TOKEN` header.
-- The [GitLab CI/CD job token](../index.md#gitlab-cicd-job-token) `$CI_JOB_TOKEN` using
+- The [GitLab CI/CD job token](../../ci/jobs/ci_job_token.md) `$CI_JOB_TOKEN` using
the `JOB-TOKEN` header.
## List Releases