docs(site): fix Clawd setup link

This commit is contained in:
Peter Steinberger
2025-12-14 00:52:14 +00:00
parent ffc57d5f20
commit 13e1c93c74
2 changed files with 14 additions and 1 deletions

13
docs/clawd-md.md Normal file
View File

@@ -0,0 +1,13 @@
---
summary: "Redirect: /clawd.md → /clawd"
permalink: /clawd.md
---
<!-- {% raw %} -->
<script>
window.location.replace("{{ \"/clawd\" | relative_url }}");
</script>
If youre not redirected automatically, go to
<a href="{{ \"/clawd\" | relative_url }}">/clawd</a>.
<!-- {% endraw %} -->

View File

@@ -20,7 +20,7 @@ read_when:
<p align="center">
<a href="https://github.com/steipete/clawdis">GitHub</a> ·
<a href="https://www.npmjs.com/package/clawdis">npm</a> ·
<a href="./clawd.md">Clawd setup</a>
<a href="./clawd">Clawd setup</a>
</p>
CLAWDIS bridges WhatsApp (via WhatsApp Web / Baileys) and Telegram (Bot API / grammY) to coding agents like [Pi](https://github.com/badlogic/pi-mono).