diff options
author | bn4t <me@bn4t.me> | 2020-05-07 11:13:59 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-11 09:45:31 -0400 |
commit | f747e96588773bb4d8ede409d7d8d2317ef1f8ef (patch) | |
tree | 3612af351a0aee6e5ec24209c9fd0b5f06e03e45 /meta.sr.ht | |
parent | 6f8bbe7a5829ae6893b4c5961fc3bdd4713d09ec (diff) | |
download | sr.ht-docs-f747e96588773bb4d8ede409d7d8d2317ef1f8ef.tar.gz |
meta.sr.ht: fix link to OAuth flow
Diffstat (limited to 'meta.sr.ht')
-rw-r--r-- | meta.sr.ht/user-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.sr.ht/user-api.md b/meta.sr.ht/user-api.md index bc97128..9866bb8 100644 --- a/meta.sr.ht/user-api.md +++ b/meta.sr.ht/user-api.md @@ -9,7 +9,7 @@ conventions](../api-conventions.md). ## Authentication Authentication is done via the [meta.sr.ht OAuth -flow](oauth-api.md). The following OAuth scopes are available for meta.sr.ht: +flow](../oauth-api.md). The following OAuth scopes are available for meta.sr.ht: - **audit:read**: read the security audit log - **keys:read**, **keys:write**: read & update user SSH & PGP keys |