diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-07 15:40:17 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-07 15:40:17 +0000 |
commit | fcadef1d47333365a3c18d2cd7bfb6ed0dd0cbee (patch) | |
tree | d9565314c2742dc7b1a605f51b05c71796d60a34 | |
parent | 6d8810a64f944ff96af54e5c759f866bb68a7453 (diff) | |
parent | 38538a5fe2ffca5e94e797a0243fb98cfc127c6f (diff) | |
download | gitlab-ce-fcadef1d47333365a3c18d2cd7bfb6ed0dd0cbee.tar.gz |
Merge branch 'docs-private-vs-personal-access-tokens' into 'master'
Docs: fix private access token -> personal access token
See merge request gitlab-org/gitlab-ce!22867
-rw-r--r-- | doc/topics/authentication/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/authentication/index.md b/doc/topics/authentication/index.md index 73301394e9f..394f3ea60b7 100644 --- a/doc/topics/authentication/index.md +++ b/doc/topics/authentication/index.md @@ -36,7 +36,7 @@ This page gathers all the resources for the topic **Authentication** within GitL ## API - [OAuth 2 Tokens](../../api/README.md#oauth-2-tokens) -- [Private Tokens](../../api/README.md#private-tokens) +- [Personal access tokens](../../api/README.md#personal-access-tokens) - [Impersonation tokens](../../api/README.md#impersonation-tokens) - [GitLab as an OAuth2 provider](../../api/oauth2.md#gitlab-as-an-oauth2-provider) |