summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-03-04 02:37:14 +0000
committerEvan Read <eread@gitlab.com>2019-03-04 02:37:14 +0000
commit4a25a130f4eb6abacf1c25316f76dd3a93486b50 (patch)
tree8a3b79815107647af7cec35c5486346aee8c3a37 /doc/api
parent56d4ef8d221825e0d39b53bd4e427580f8782f84 (diff)
downloadgitlab-ce-4a25a130f4eb6abacf1c25316f76dd3a93486b50.tar.gz
Docs: Last batch of misc broken anchors
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 48d9ad8f30d..7ec7955c596 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -274,7 +274,7 @@ personal access tokens, and to using the [Sudo](#sudo) feature, since the user's
password/token may not be known or may change over time.
For more information, refer to the
-[users API](users.md#retrieve-user-impersonation-tokens) docs.
+[users API](users.md#create-an-impersonation-token) docs.
Impersonation tokens are used exactly like regular personal access tokens, and can be passed in either the
`private_token` parameter or the `Private-Token` header.