mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
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:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user