Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-13 15:10:31 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-14 09:40:21 +0300
commit8fb33b8f01c3b53a16cd5e086361c85d061b4de0 (patch)
treecfda582b26139f4dccb521a4810ec2d398d4d66e /doc/api/oauth2.md
parent578f460674e14b4c8ca71cda7ac5a0378b724712 (diff)
Add docs for personal access tokens
Diffstat (limited to 'doc/api/oauth2.md')
-rw-r--r--doc/api/oauth2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/oauth2.md b/doc/api/oauth2.md
index 46fe64d382e..07cb64cb373 100644
--- a/doc/api/oauth2.md
+++ b/doc/api/oauth2.md
@@ -134,4 +134,4 @@ access_token = client.password.get_token('user@example.com', 'secret')
puts access_token.token
```
-[personal access tokens]: ./README.md#personal-access-tokens \ No newline at end of file
+[personal access tokens]: ../user/profile/personal_access_tokens.md