From 4c1c73eaf6de5dd43dba22aea44428ba060dbce5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 18 May 2020 09:37:18 -0400 Subject: all: fix broken relative links --- git.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git.sr.ht') 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 -- cgit