Skip to content

Commit 73ae955

Browse files
fh1chJohnVillalovos
authored andcommitted
docs: update project access token API reference link
1 parent bdc19b1 commit 73ae955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/gl_objects/project_access_tokens.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ References
1313
+ :class:`gitlab.v4.objects.ProjectAccessTokenManager`
1414
+ :attr:`gitlab.Gitlab.project_access_tokens`
1515

16-
* GitLab API: https://docs.gitlab.com/ee/api/resource_access_tokens.html
16+
* GitLab API: https://docs.gitlab.com/ee/api/project_access_tokens.html
1717

1818
Examples
1919
--------

tests/unit/objects/test_project_access_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
GitLab API: https://docs.gitlab.com/ee/api/resource_access_tokens.html
2+
GitLab API: https://docs.gitlab.com/ee/api/project_access_tokens.html
33
"""
44

55
import pytest

0 commit comments

Comments
 (0)