Skip to content

Commit 7d93a4f

Browse files
committed
refactor(docs): update URL of GitLab API documentation
This change uses current/latest URL format used by GitLab for documenting their APIs.
1 parent 977ab5c commit 7d93a4f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/gl_objects/gitlab_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Reference
1616
+ :class:`gitlab.v4.objects.FeatureManager`
1717
+ :attr:`gitlab.Gitlab.features`
1818

19-
* GitLab API: https://docs.gitlab.com/ee/api/features.html
19+
* GitLab API: https://docs.gitlab.com/api/features
2020

2121
Examples
2222
--------

docs/gl_objects/project_feature_flag_user_lists.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Reference
1111
+ :class:`gitlab.v4.objects.ProjectFeatureFlagUserListManager`
1212
+ :attr:`gitlab.v4.objects.Project.feature_flags_user_lists`
1313

14-
* GitLab API: https://docs.gitlab.com/ee/api/feature_flag_user_lists.html
14+
* GitLab API: https://docs.gitlab.com/api/feature_flag_user_lists
1515

1616
Examples
1717
--------

docs/gl_objects/project_feature_flags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Reference
1111
+ :class:`gitlab.v4.objects.ProjectFeatureFlagManager`
1212
+ :attr:`gitlab.v4.objects.Project.feature_flags`
1313

14-
* GitLab API: https://docs.gitlab.com/ee/api/feature_flags.html
14+
* GitLab API: https://docs.gitlab.com/api/feature_flags
1515

1616
Examples
1717
--------

docs/gl_objects/projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Reference
421421
+ :class:`gitlab.v4.objects.ProjectFeatureFlagManager`
422422
+ :attr:`gitlab.v4.objects.Project.feature_flags`
423423

424-
* GitLab API: https://docs.gitlab.com/ee/api/feature_flags.html
424+
* GitLab API: https://docs.gitlab.com/api/feature_flags
425425

426426
Examples
427427
--------
@@ -440,7 +440,7 @@ Reference
440440
+ :class:`gitlab.v4.objects.ProjectFeatureFlagUserListManager`
441441
+ :attr:`gitlab.v4.objects.Project.feature_flags_user_lists`
442442

443-
* GitLab API: https://docs.gitlab.com/ee/api/feature_flag_user_lists.html
443+
* GitLab API: https://docs.gitlab.com/api/feature_flag_user_lists
444444

445445
Examples
446446
--------

gitlab/v4/objects/feature_flag_user_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
GitLab API:
3-
https://docs.gitlab.com/ee/api/feature_flag_user_lists.html
3+
https://docs.gitlab.com/api/feature_flag_user_lists
44
"""
55

66
from __future__ import annotations

gitlab/v4/objects/feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
GitLab API:
3-
https://docs.gitlab.com/ee/api/feature_flags.html
3+
https://docs.gitlab.com/api/feature_flags
44
"""
55

66
from __future__ import annotations

0 commit comments

Comments
 (0)