docs: remove .md extension from internal links (#319)

This commit is contained in:
DBH
2026-01-06 12:58:39 -05:00
committed by GitHub
parent 30ea1e37f2
commit d79e34040f
5 changed files with 48 additions and 48 deletions

View File

@@ -3,7 +3,7 @@ summary: "Frequently asked questions about Clawdbot setup, configuration, and us
---
# FAQ 🦞
Common questions from the community. For detailed configuration, see [configuration.md](./configuration.md).
Common questions from the community. For detailed configuration, see [configuration.md](configuration).
## Installation & Setup
@@ -290,7 +290,7 @@ Per-group activation can be changed by the owner:
- `/activation mention` — respond only when mentioned (default)
- `/activation always` — respond to all messages
See [groups.md](./groups.md) for details.
See [groups.md](groups) for details.
---
@@ -327,7 +327,7 @@ cat ~/.clawdbot/clawdbot.json | grep workspace
- **Telegram** — Via Bot API (grammY).
- **Discord** — Bot integration.
- **iMessage** — Via `imsg` CLI (macOS only).
- **Signal** — Via `signal-cli` (see [signal.md](./signal.md)).
- **Signal** — Via `signal-cli` (see [signal.md](signal)).
- **WebChat** — Browser-based chat UI.
### Discord: Bot works in channels but not DMs?