From 90b7d61792ace6262fb1bff87140a18e5c97bc83 Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 7 Jun 2026 21:24:31 +0200 Subject: [PATCH] docs: fix dead /home.html alias in the H0M3 page heading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The route swap (#1501) renamed the source home.html → index.html (served at /), so /home.html 404s. Drop the stale alias from the dashboard.md section heading and align it with the leet-speak heading convention (## FL0W page / ## L0GS page): "## Home page (`/`, `/home.html`)" → "## H0M3 page (`/`)". Trailing fix from the #1495 docs PR (the heading nit both argus and I flagged, which an AGit push issue prevented from landing before merge). --- docs/web-ui/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-ui/dashboard.md b/docs/web-ui/dashboard.md index 5989ec03..c3946fd2 100644 --- a/docs/web-ui/dashboard.md +++ b/docs/web-ui/dashboard.md @@ -460,7 +460,7 @@ Tab/Enter to confirm; `@*` broadcasts). `POST /op-send` drops `{from:"operator", to, body}` into the broker; the resulting SSE frame re-renders the terminal row. Manager is addressed as `@root`. -## Home page (`/`, `/home.html`) +## H0M3 page (`/`) The H0M3 hub is the primary landing page (served at `/` by default). A responsive grid of link tiles — Dashboard, Flow, Logs, Matrix (when enabled)