summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-18 08:51:31 +0000
committerShinya Maeda <shinya@gitlab.com>2017-08-18 08:51:31 +0000
commit0d433aa0b9699bb437cafe80fd150401993c346e (patch)
tree5cfc338349185b42af8626de006e561c0405049e
parentcd69ad7c681f56b33dbde73bbe11c0c258b08af8 (diff)
downloadgitlab-ce-docs/sm/36543-describe-supported-version-in-group_level_variables.tar.gz
-rw-r--r--doc/api/group_level_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/group_level_variables.md b/doc/api/group_level_variables.md
index 5e8647707e7..33c6da08018 100644
--- a/doc/api/group_level_variables.md
+++ b/doc/api/group_level_variables.md
@@ -1,6 +1,6 @@
# Group-level Variables API
-> [Introduced][ce-4575] in GitLab 9.5
+> [Introduced][ce-34519] in GitLab 9.5
## List group variables
@@ -126,4 +126,4 @@ DELETE /groups/:id/variables/:key
curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/groups/1/variables/VARIABLE_1"
```
-[ce-4575]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12936
+[ce-34519]: https://gitlab.com/gitlab-org/gitlab-ce/issues/34519