aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git.sr.ht/api.md4
-rw-r--r--lists.sr.ht/api.md4
-rw-r--r--meta.sr.ht/user-api.md6
-rw-r--r--paste.sr.ht/api.md4
-rw-r--r--todo.sr.ht/api.md2
5 files changed, 10 insertions, 10 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
diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md
index 274c61b..0338493 100644
--- a/lists.sr.ht/api.md
+++ b/lists.sr.ht/api.md
@@ -4,7 +4,7 @@ title: lists.sr.ht API reference
The lists.sr.ht API allows you to browse, create, and subscribe to mailing lists
on lists.sr.ht programmatically. This API follows the [standard sourcehut API
-conventions](../api-conventions.md).
+conventions](/api-conventions.md).
## Authentication
@@ -404,7 +404,7 @@ Issued when the user unsubscribes from a mailing list.
### /api/user/:username/lists/:list-name/...
Webhook for mailing list events. Includes the [standard webhook
-endpoints](../api-conventions.md#webhooks)
+endpoints](/api-conventions.md#webhooks)
#### patchset:received
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
diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md
index efe99e7..539a172 100644
--- a/paste.sr.ht/api.md
+++ b/paste.sr.ht/api.md
@@ -4,7 +4,7 @@ title: paste.sr.ht API reference
The paste.sr.ht API allows you to browse and create pastes on paste.sr.ht
programmatically. This API follows the [standard sourcehut API
-conventions](../api-conventions.md).
+conventions](/api-conventions.md).
## Authentication
@@ -101,7 +101,7 @@ Retrieves a [blob resource](#blob-resource).
### /api/pastes/...
Webhook for paste events. Includes the [standard webhook
-endpoints](../api-conventions.md#webhooks)
+endpoints](/api-conventions.md#webhooks)
#### paste:create
diff --git a/todo.sr.ht/api.md b/todo.sr.ht/api.md
index 5f843e9..60f83ef 100644
--- a/todo.sr.ht/api.md
+++ b/todo.sr.ht/api.md
@@ -518,7 +518,7 @@ The new [ticket resource](#ticket-resource).
### /api/user/:username/trackers/:tracker-name/tickets/:ticket-id
Webhook for ticket events. Includes the [standard webhook
-endpoints](../api-conventions.md#webhooks)
+endpoints](/api-conventions.md#webhooks)
#### ticket:update