docs(web-ui/agent): add back-link nav + fix stale doc pointer in screen.html

This commit is contained in:
iris 2026-06-29 00:31:06 +02:00
commit 964e55f0bb
2 changed files with 6 additions and 5 deletions

View file

@ -25,9 +25,8 @@
<script>
// Minimal RFB-over-WebSocket renderer. Connects to `screen/ws` on
// the same host; the harness relays raw RFB bytes to the VNC server
// running inside the container. See docs/web-ui.md::Per-agent
// endpoints (GET /screen) for the design rationale + canvas-sizing
// implementation notes.
// running inside the container. See docs/web-ui/agent.md (GET /screen)
// for the design rationale + canvas-sizing implementation notes.
(function () {
'use strict';