Docs: fix internal links

This commit is contained in:
Shadow
2026-01-10 14:51:21 -06:00
parent d19972b317
commit 19d9e7ac05
31 changed files with 234 additions and 234 deletions

View File

@@ -56,7 +56,7 @@ From the gateway machine:
dns-sd -B _clawdbot-bridge._tcp local.
```
More debugging notes: [`docs/bonjour.md`](/gateway/bonjour).
More debugging notes: [Bonjour](/gateway/bonjour).
#### Tailnet (Vienna ⇄ London) discovery via unicast DNS-SD
@@ -65,7 +65,7 @@ Android NSD/mDNS discovery wont cross networks. If your Android node and the
1) Set up a DNS-SD zone (example `clawdbot.internal.`) on the gateway host and publish `_clawdbot-bridge._tcp` records.
2) Configure Tailscale split DNS for `clawdbot.internal` pointing at that DNS server.
Details and example CoreDNS config: [`docs/bonjour.md`](/gateway/bonjour).
Details and example CoreDNS config: [Bonjour](/gateway/bonjour).
### 3) Connect from Android
@@ -89,7 +89,7 @@ clawdbot nodes pending
clawdbot nodes approve <requestId>
```
Pairing details: [`docs/gateway/pairing.md`](/gateway/pairing).
Pairing details: [Gateway pairing](/gateway/pairing).
### 5) Verify the node is connected
@@ -139,4 +139,4 @@ Camera commands (foreground only; permission-gated):
- `camera.snap` (jpg)
- `camera.clip` (mp4)
See [`docs/camera.md`](/nodes/camera) for parameters and CLI helpers.
See [Camera node](/nodes/camera) for parameters and CLI helpers.