aboutsummaryrefslogtreecommitdiffstats
path: root/meta.sr.ht
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2021-11-29 12:51:05 +0100
committerDrew DeVault <sir@cmpwn.com>2021-11-29 12:52:34 +0100
commitdd23f69a6f5f05e03d2fee9943c2744ebf800c20 (patch)
treed3bb4d7fb82549fa8248992d705480995c81f84f /meta.sr.ht
parent0d76ec9e5b280da5126fa97590a92655586f7aa5 (diff)
downloadsr.ht-docs-dd23f69a6f5f05e03d2fee9943c2744ebf800c20.tar.gz
Fix broken relative links
For some obscure reason yet to be identified, *some* (not all) relative links that use "../" to reference parent items in the repository point to invalid URLs. This may be an issue with the rendering process from markdown to html. Replace relative links with absolute ones. Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'meta.sr.ht')
-rw-r--r--meta.sr.ht/user-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta.sr.ht/user-api.md b/meta.sr.ht/user-api.md
index a92b396..dab8838 100644
--- a/meta.sr.ht/user-api.md
+++ b/meta.sr.ht/user-api.md
@@ -8,8 +8,8 @@ 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:
+Authentication is done via the [meta.sr.ht OAuth 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