File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
2121Examples
2222--------
Original file line number Diff line number Diff 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
1616Examples
1717--------
Original file line number Diff line number Diff 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
1616Examples
1717--------
Original file line number Diff line number Diff 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
426426Examples
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
445445Examples
446446--------
Original file line number Diff line number Diff line change 11"""
22GitLab 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
66from __future__ import annotations
Original file line number Diff line number Diff line change 11"""
22GitLab API:
3- https://docs.gitlab.com/ee/ api/feature_flags.html
3+ https://docs.gitlab.com/api/feature_flags
44"""
55
66from __future__ import annotations
You can’t perform that action at this time.
0 commit comments