From 33be854c502c6346204f9496c9af41e4efcf471e Mon Sep 17 00:00:00 2001 From: iris Date: Thu, 4 Jun 2026 22:04:00 +0200 Subject: [PATCH] docs: fix stale /api/agent/{name}/links reference in gateway.md --- docs/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway.md b/docs/gateway.md index a0b16d63..2be01b92 100644 --- a/docs/gateway.md +++ b/docs/gateway.md @@ -156,7 +156,7 @@ as same-origin `/agent//…` URLs instead of the legacy direct `services.hyperhive.gateway.enable = true`. Three render sites flip together: the primary agent-name link, the favicon fetch (`/icon`), and the nav-strip `container`-kind links from -`/api/agent//links`. `forge`-kind nav-strip links still +`DashboardState.links` (`GET /api/dashboard-state`). `forge`-kind nav-strip links still resolve against `http://:3000` (separate sub-domain transition tracked by `forge.behindGateway`); `external`-kind links are already absolute. See `docs/web-ui/dashboard.md::Container row` for the