From 832b9d04d88048ecb260e006d6621d857cfe8aa2 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sat, 30 May 2026 13:59:08 -0400 Subject: [PATCH] docs: use absolute URLs in wiki home page for Gitea wiki compatibility Co-Authored-By: Claude Sonnet 4.6 --- Home.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Home.md b/Home.md index 24eff95..09ce3cf 100644 --- a/Home.md +++ b/Home.md @@ -199,12 +199,12 @@ Reload: `hbd reload`. The server will now alert when a monitored host crosses th | Topic | Where to look | |---|---| -| Full server config reference | [README — Server](README.md#server-hbd) | -| Client options and all plugins | [README — Client](README.md#client-hbc) | -| Threshold alerting details | [docs/THRESHOLD_ALERTING.md](docs/THRESHOLD_ALERTING.md) | -| Notification channels | [docs/NOTIFICATIONS.md](docs/NOTIFICATIONS.md) | -| User accounts and roles | [docs/USERS.md](docs/USERS.md) | -| Writing a custom plugin | [docs/PLUGIN_DEVELOPMENT.md](docs/PLUGIN_DEVELOPMENT.md) | -| Nagios check integration | [docs/NAGIOS_INTEGRATION.md](docs/NAGIOS_INTEGRATION.md) | -| REST API | [docs/HTTP_API.md](docs/HTTP_API.md) | -| Zero-dependency client | [README — hbc_mini](README.md#hbc_mini--zero-dependency-client) | +| Full server config reference | [README — Server](https://git.wrede.ca/andreas/heartbeat/src/branch/master/README.md#server-hbd) | +| Client options and all plugins | [README — Client](https://git.wrede.ca/andreas/heartbeat/src/branch/master/README.md#client-hbc) | +| Threshold alerting details | [THRESHOLD_ALERTING.md](https://git.wrede.ca/andreas/heartbeat/src/branch/master/docs/THRESHOLD_ALERTING.md) | +| Notification channels | [NOTIFICATIONS.md](https://git.wrede.ca/andreas/heartbeat/src/branch/master/docs/NOTIFICATIONS.md) | +| User accounts and roles | [USERS.md](https://git.wrede.ca/andreas/heartbeat/src/branch/master/docs/USERS.md) | +| Writing a custom plugin | [PLUGIN_DEVELOPMENT.md](https://git.wrede.ca/andreas/heartbeat/src/branch/master/docs/PLUGIN_DEVELOPMENT.md) | +| Nagios check integration | [NAGIOS_INTEGRATION.md](https://git.wrede.ca/andreas/heartbeat/src/branch/master/docs/NAGIOS_INTEGRATION.md) | +| REST API | [HTTP_API.md](https://git.wrede.ca/andreas/heartbeat/src/branch/master/docs/HTTP_API.md) | +| Zero-dependency client | [README — hbc_mini](https://git.wrede.ca/andreas/heartbeat/src/branch/master/README.md#hbc_mini--zero-dependency-client) |