diff options
author | azro352 <35503478+azro352@users.noreply.github.com> | 2023-05-15 12:17:29 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2023-05-15 18:36:15 +0100 |
commit | e0f6f18f14c8c17ea038a7741063853c105e7fa3 (patch) | |
tree | 87a634f41c3b9e7c79cd922e66d7b6d4b349ca3e | |
parent | 784d59ef46703c9afc0b1e390f8c4194ee10bb0a (diff) | |
download | gitlab-e0f6f18f14c8c17ea038a7741063853c105e7fa3.tar.gz |
docs: remove exclusive EE about issue links
-rw-r--r-- | docs/gl_objects/issues.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/issues.rst b/docs/gl_objects/issues.rst index 9a3f99f..cb59a5d 100644 --- a/docs/gl_objects/issues.rst +++ b/docs/gl_objects/issues.rst @@ -223,7 +223,7 @@ Reference + :class:`gitlab.v4.objects.ProjectIssueLinkManager` + :attr:`gitlab.v4.objects.ProjectIssue.links` -* GitLab API: https://docs.gitlab.com/ee/api/issue_links.html (EE feature) +* GitLab API: https://docs.gitlab.com/ee/api/issue_links.html Examples -------- |