docs: fix documentation links to work on GitHub and VitePress

Use relative paths with .md extension for docs/guide/*.md files and
relative paths in README.md to support both GitHub rendering and
VitePress website (which has base: '/docs/'). Fixes #36
This commit is contained in:
weishu
2026-01-07 15:18:15 +08:00
parent a627b085c8
commit 70242041d5
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ HAPI supports push notifications to alert you when agents need attention.
| Ready | Agent finished and awaits input |
::: tip
If push notifications don't work in your region (e.g., FCM unavailable), use [Telegram integration](/guide/installation#telegram-setup) instead.
If push notifications don't work in your region (e.g., FCM unavailable), use [Telegram integration](./installation.md#telegram-setup) instead.
:::
## Managing Your PWA
@@ -197,4 +197,4 @@ If PWA doesn't suit your needs, consider the Telegram Mini App:
- Same features as PWA
- Integrated notifications
See [Installation Guide](/guide/installation#telegram-setup) for Telegram setup.
See [Installation Guide](./installation.md#telegram-setup) for Telegram setup.