docs(swarm): fix two relative links broken by the README move

Both worked from the flat docs/swarm.md and resolve one directory
short from docs/swarm/README.md: snapshot-store.md stayed in docs/,
and swarm-controller/README.md is at the repo root.
This commit is contained in:
atlas 2026-08-05 18:12:52 +02:00
commit f798662396

View file

@ -316,7 +316,7 @@ port}` tells this hive where the swarm's `btrfs receive` endpoint is, so
It is genuinely swarm-scoped rather than per-peer — a swarm has exactly
one store, because the receiver keys destinations by *agent* so a
migrating agent keeps one unbroken incremental chain. See
[snapshot-store.md](snapshot-store.md).
[snapshot-store.md](../snapshot-store.md).
## Swarm controller
@ -329,7 +329,7 @@ hive additionally runs this (what is true across hives).
What it serves, why it is a unix socket rather than a port, and the
socket-directory constraint that governs where `socketPath` may point:
[`swarm-controller/README.md`](../swarm-controller/README.md).
[`swarm-controller/README.md`](../../swarm-controller/README.md).
## Cross-references