From 363139da305e8c4cc71b631141e1423ee5bebac6 Mon Sep 17 00:00:00 2001 From: Fred Muya Date: Sun, 8 Dec 2024 19:40:08 +0300 Subject: [PATCH] chore(docs): fix link to Gitlab REST API Authentication Docs --- docs/api-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-usage.rst b/docs/api-usage.rst index a0f44f696..7244761e3 100644 --- a/docs/api-usage.rst +++ b/docs/api-usage.rst @@ -16,7 +16,7 @@ To connect to GitLab.com or another GitLab instance, create a ``gitlab.Gitlab`` access token. For the full list of available options and how to obtain these tokens, please see - https://docs.gitlab.com/ee/api/index.html#authentication. + https://docs.gitlab.com/ee/api/rest/authentication.html. .. code-block:: python