summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2021-01-29 12:38:59 +0100
committerGitHub <noreply@github.com>2021-01-29 12:38:59 +0100
commit762f9592db69c872f6d64f9a2bba42f1dbc03bb1 (patch)
treea6202e4f78221c2c735122dc80e2ad156b401d47
parent5ac309a5eb420fdfdc023c8de9299c27eaeac186 (diff)
parentf2cf467443d1c8a1a24a8ebf0ec1ae0638871336 (diff)
downloadgitlab-762f9592db69c872f6d64f9a2bba42f1dbc03bb1.tar.gz
Merge pull request #1255 from bittner/docs/fix-external-links-tokens
Use inline anonymous references for external links
-rw-r--r--docs/cli-usage.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/cli-usage.rst b/docs/cli-usage.rst
index d66d738..a2bbbd2 100644
--- a/docs/cli-usage.rst
+++ b/docs/cli-usage.rst
@@ -98,13 +98,17 @@ server, with very limited permissions.
* - ``url``
- URL for the GitLab server
* - ``private_token``
- - Your user token. Login/password is not supported. Refer to `the official
- documentation`_pat to learn how to obtain a token.
+ - Your user token. Login/password is not supported. Refer to `the
+ official documentation
+ <https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html>`__
+ to learn how to obtain a token.
* - ``oauth_token``
- An Oauth token for authentication. The Gitlab server must be configured
to support this authentication method.
* - ``job_token``
- - Your job token. See `the official documentation`_job-token to learn how to obtain a token.
+ - Your job token. See `the official documentation
+ <https://docs.gitlab.com/ce/api/jobs.html#get-job-artifacts>`__
+ to learn how to obtain a token.
* - ``api_version``
- GitLab API version to use. Only ``4`` is available since 1.5.0.
* - ``http_username``
@@ -112,9 +116,6 @@ server, with very limited permissions.
* - ``http_password``
- Password for optional HTTP authentication
-.. _pat: https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html
-.. _job-token: https://docs.gitlab.com/ce/api/jobs.html#get-job-artifacts
-
CLI
===