diff options
author | David Planella <dplanella@gitlab.com> | 2018-11-07 11:14:44 +0000 |
---|---|---|
committer | David Planella <dplanella@gitlab.com> | 2018-11-07 11:14:44 +0000 |
commit | 38538a5fe2ffca5e94e797a0243fb98cfc127c6f (patch) | |
tree | 8a37814d698e9fc603c02969645f939f151c9e71 /doc/topics | |
parent | 4a5d04fb3f73ab1e77978b5d13538747846db761 (diff) | |
download | gitlab-ce-38538a5fe2ffca5e94e797a0243fb98cfc127c6f.tar.gz |
Fix private access token -> personal access tokendocs-private-vs-personal-access-tokens
Diffstat (limited to 'doc/topics')
-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) |