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-09 06:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-09 06:09:03 +0300
commit5d066c532d5fc4dc8a89be2068236b7058ddb645 (patch)
tree48b0175d520323b93c5c2b83138150db5ac47e65 /doc/user/packages/generic_packages
parent66204abcf29a1c159c5f49a24ddff2b5d8551596 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/generic_packages')
-rw-r--r--doc/user/packages/generic_packages/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/packages/generic_packages/index.md b/doc/user/packages/generic_packages/index.md
index 1a8c0eb68f3..f489c7c800f 100644
--- a/doc/user/packages/generic_packages/index.md
+++ b/doc/user/packages/generic_packages/index.md
@@ -90,7 +90,7 @@ curl --header "PRIVATE-TOKEN: <your_access_token>" \
## Publish a generic package by using CI/CD
-To work with generic packages in [GitLab CI/CD](./../../../ci/README.md), you can use
+To work with generic packages in [GitLab CI/CD](../../../ci/README.md), you can use
`CI_JOB_TOKEN` in place of the personal access token in your commands.
For example: