aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
Diffstat (limited to 'git.sr.ht')
-rw-r--r--git.sr.ht/api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/git.sr.ht/api.md b/git.sr.ht/api.md
index 6513ebb..3121337 100644
--- a/git.sr.ht/api.md
+++ b/git.sr.ht/api.md
@@ -4,7 +4,7 @@ title: git.sr.ht API reference
The git.sr.ht API allows you to browse, create, and manage repositories on
git.sr.ht programmatically. This API follows the [standard sourcehut API
-conventions](../api-conventions.md).
+conventions](/api-conventions.md).
**Notice**: the git.sr.ht API is due for an overhaul in the foreseeable future;
be prepared for it to change. The changes will be announced in advance on the
@@ -386,7 +386,7 @@ Issued when the user deletes a repository.
### /api/:username/repos/:name/...
Webhook for repository events. Includes the [standard webhook
-endpoints](../api-conventions.md#webhooks). You may pass an additional parameter
+endpoints](/api-conventions.md#webhooks). You may pass an additional parameter
to the webhook creation endpoint named "sync", which shall be a boolean value.
#### repo:post-update