diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-18 09:37:18 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-18 09:37:18 -0400 |
commit | 4c1c73eaf6de5dd43dba22aea44428ba060dbce5 (patch) | |
tree | a246cc6cd381b41821ac01af1306aad7bdfad2ad /meta.sr.ht | |
parent | 480794c2fe9817195b65cd663bef761204ef9139 (diff) | |
download | sr.ht-docs-4c1c73eaf6de5dd43dba22aea44428ba060dbce5.tar.gz |
all: fix broken relative links
Diffstat (limited to 'meta.sr.ht')
-rw-r--r-- | meta.sr.ht/user-api.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta.sr.ht/user-api.md b/meta.sr.ht/user-api.md index 9866bb8..b973d75 100644 --- a/meta.sr.ht/user-api.md +++ b/meta.sr.ht/user-api.md @@ -4,7 +4,7 @@ title: meta.sr.ht API reference The meta.sr.ht API allows you to view and edit user information on meta.sr.ht programmatically. This API follows the [standard sourcehut API -conventions](../api-conventions.md). +conventions](/api-conventions.md). ## Authentication @@ -20,7 +20,7 @@ flow](../oauth-api.md). The following OAuth scopes are available for meta.sr.ht: ### User resource meta.sr.ht expands on the [standard user -resource](../api-conventions.md#user-resource). +resource](/api-conventions.md#user-resource). ```json { @@ -207,7 +207,7 @@ Deletes this PGP key resource. ### /api/user/... Webhook for user events. Includes the [standard webhook -endpoints](../api-conventions.md#webhooks) +endpoints](/api-conventions.md#webhooks) #### profile:update |