Unverified Commit f460d95c authored by Fred Muya's avatar Fred Muya Committed by GitHub
Browse files

docs(api-usage): fix link to Gitlab REST API Authentication Docs (#3059)

parent 288f39c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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