From b9aa29b92ca9f77a7182baa947d84794034abdbe Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 24 May 2026 17:27:05 +0200 Subject: [PATCH] fix(web): update stale Jekyll doc URLs in admin UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three links in pkg/service/handlers/web/index.html still pointed to the old Jekyll URL structure (/guides/FOO.html). The docs site moved to Hugo+Hextra; correct URLs now include /docs/ and drop the .html extension in favour of a trailing slash. MIGRATION-SAFETY.html → docs/guides/MIGRATION-SAFETY/ SURVIVAL-GUIDE.html → docs/guides/SURVIVAL-GUIDE/ CLI-REFERENCE.html → docs/guides/CLI-REFERENCE/ The GitHub blob links in script.js and the hostname-resolution warning in index.html point to source Markdown files and remain valid. Co-Authored-By: Claude Sonnet 4.6 --- pkg/service/handlers/web/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/service/handlers/web/index.html b/pkg/service/handlers/web/index.html index 143bbfd..5e7dd3d 100644 --- a/pkg/service/handlers/web/index.html +++ b/pkg/service/handlers/web/index.html @@ -134,16 +134,16 @@
⚠️ Safety First: Before starting any migration, please read our - Professional + Professional Migration & Safety Guide. The toolkit automatically creates backups, but understanding the process is key to a smooth transition.

Useful Links