diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-10 00:09:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-10 00:09:07 +0000 |
commit | 3edbef8ae567f0dc2548b09f85172ee2ac99b3b9 (patch) | |
tree | 4685877804d363eea8197e794972c3d6c7d8733b /doc/development/packages.md | |
parent | d2e7b5d069d9419b4cac69243beefa358a04e025 (diff) | |
download | gitlab-ce-3edbef8ae567f0dc2548b09f85172ee2ac99b3b9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/packages.md')
-rw-r--r-- | doc/development/packages.md | 2 |
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. |