From 14158047ac79ff34ecbcd740bca2a2b05cfdb0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 17 Aug 2026 10:01:00 +0200 Subject: [PATCH] Make the README link in docs/API.md absolute The docs viewer serves docs/*.md at /docs/ but doesn't ship README.md as a route, so the relative ../README.md link resolved to a dead /README.md path in the rendered web UI. Point it at the file's Gitea URL instead. Co-Authored-By: Claude Sonnet 5 --- docs/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index d64944a..26c0426 100644 --- a/docs/API.md +++ b/docs/API.md @@ -7,8 +7,8 @@ When `auth.enabled: true`, every endpoint below except `/api/healthz`, `/api/aut header using a token from `triggershell users add-token`. `triggershell run ` is a first-party client of this exact REST + WS contract (see -[Running scripts from the CLI](../README.md#running-scripts-from-the-cli)) - nothing below is -CLI-specific. +[Running scripts from the CLI](https://dev.pivoine.art/valknar/triggershell/src/branch/main/README.md#running-scripts-from-the-cli)) - +nothing below is CLI-specific. ## Auth