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-02-10 03:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-10 03:09:07 +0300
commit3edbef8ae567f0dc2548b09f85172ee2ac99b3b9 (patch)
tree4685877804d363eea8197e794972c3d6c7d8733b /doc/development/packages.md
parentd2e7b5d069d9419b4cac69243beefa358a04e025 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/packages.md')
-rw-r--r--doc/development/packages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/packages.md b/doc/development/packages.md
index ac3eba5c42a..487d1243c97 100644
--- a/doc/development/packages.md
+++ b/doc/development/packages.md
@@ -92,7 +92,7 @@ and file location rather than the file itself. An overview of this process can b
In terms of code, this means a route will need to be added to the
[GitLab Workhorse project](https://gitlab.com/gitlab-org/gitlab-workhorse) for each level of remote being added
-(instance, group, project). [This merge request](https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/412/diffs)
+(instance, group, project). [This merge request](https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/412/diffs)
demonstrates adding an instance-level endpoint for Conan to workhorse. You can also see the Maven project level endpoint
implemented in the same file.