docs: fix stale /api/agent/{name}/links reference in gateway.md

This commit is contained in:
iris 2026-06-04 22:04:00 +02:00 committed by mara
commit 33be854c50

View file

@ -156,7 +156,7 @@ as same-origin `/agent/<name>/…` URLs instead of the legacy direct
`services.hyperhive.gateway.enable = true`. Three render sites
flip together: the primary agent-name link, the favicon fetch
(`<url>/icon`), and the nav-strip `container`-kind links from
`/api/agent/<name>/links`. `forge`-kind nav-strip links still
`DashboardState.links` (`GET /api/dashboard-state`). `forge`-kind nav-strip links still
resolve against `http://<host>: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