diff options
author | Robert Schilling <2900-razer6@users.noreply.gitlab.com> | 2019-02-13 10:51:12 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-02-13 10:51:12 +0000 |
commit | b178443854861befaa78798ee11273102767f28e (patch) | |
tree | 0a57fa61ea687e51e20ab35881ab68af6b5b496b /doc | |
parent | 2b68d0cdb36bf6b59efff9ca7209da65ed61777e (diff) | |
download | gitlab-ce-b178443854861befaa78798ee11273102767f28e.tar.gz |
Add support for FTP assets for releases
Extend the list of supported protocols to include FTP.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/releases/links.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/releases/links.md b/doc/api/releases/links.md index ae99f3bd8b6..fd7b9d6e6e2 100644 --- a/doc/api/releases/links.md +++ b/doc/api/releases/links.md @@ -3,6 +3,7 @@ > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/41766) in GitLab 11.7. Using this API you can manipulate GitLab's [Release](../../user/project/releases/index.md) links. For manipulating other Release assets, see [Release API](index.md). +GitLab supports links links to `http`, `https`, and `ftp` assets. ## Get links |