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:
Diffstat (limited to 'doc/api/releases/links.md')
-rw-r--r--doc/api/releases/links.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/api/releases/links.md b/doc/api/releases/links.md
index 49c96fb9c1d..67d948604df 100644
--- a/doc/api/releases/links.md
+++ b/doc/api/releases/links.md
@@ -15,13 +15,6 @@ GitLab supports links to `http`, `https`, and `ftp` assets.
## List links of a release
-<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
-
-> The `external` field in Release Links was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/388975) in GitLab 15.9
-and [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112490) in 16.0.
-
-<!--- end_remove -->
-
Get assets as links from a release.
```plaintext
@@ -60,13 +53,6 @@ Example response:
## Get a release link
-<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
-
-> The `external` field in Release Links was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/388975) in GitLab 15.9
-and [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112490) in 16.0.
-
-<!--- end_remove -->
-
Get an asset as a link from a release.
```plaintext
@@ -98,13 +84,6 @@ Example response:
## Create a release link
-<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
-
-> The `external` field in Release Links was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/388975) in GitLab 15.9
-and [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112490) in 16.0.
-
-<!--- end_remove -->
-
Creates an asset as a link from a release.
```plaintext
@@ -146,13 +125,6 @@ Example response:
## Update a release link
-<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
-
-> The `external` field in Release Links was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/388975) in GitLab 15.9
-and [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112490) in 16.0.
-
-<!--- end_remove -->
-
Updates an asset as a link from a release.
```plaintext
@@ -194,13 +166,6 @@ Example response:
## Delete a release link
-<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
-
-> The `external` field in Release Links was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/388975) in GitLab 15.9
-and [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112490) in 16.0.
-
-<!--- end_remove -->
-
Deletes an asset as a link from a release.
```plaintext