From 1189ed785504fd599b520561e0fb3dbc46a45f66 Mon Sep 17 00:00:00 2001 From: luarss <39641663+luarss@users.noreply.github.com> Date: Tue, 12 May 2026 15:02:35 -0700 Subject: [PATCH] fix(docs): correct broken internal links to webhooks and mlops skill pages - cron-script-only: webhook subscription links pointed to /docs/user-guide/features/webhooks; the page lives under messaging/ - mlops-hermes-atropos-environments: axolotl and TRL related-skill links pointed to skills/bundled/mlops/; both files live under skills/optional/mlops/ Co-Authored-By: Claude Opus 4.7 (1M context) --- website/docs/guides/cron-script-only.md | 4 ++-- .../optional/mlops/mlops-hermes-atropos-environments.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/guides/cron-script-only.md b/website/docs/guides/cron-script-only.md index 5863412f565..247ebc2beee 100644 --- a/website/docs/guides/cron-script-only.md +++ b/website/docs/guides/cron-script-only.md @@ -233,7 +233,7 @@ Silent when both filesystems are under 90%; fires exactly one line per over-thre |----------|-----------|-------------| | `cronjob --no-agent` (this page) | Your script on Hermes' schedule | Recurring watchdogs / alerts / metrics that don't need reasoning | | `cronjob` (default, LLM) | Agent with optional pre-check script | When the message content requires reasoning over data | -| OS cron + `curl` to a [webhook subscription](/docs/user-guide/features/webhooks) | Your script on the OS schedule | When Hermes might be unhealthy (the thing you're monitoring) | +| OS cron + `curl` to a [webhook subscription](/docs/user-guide/messaging/webhooks) | Your script on the OS schedule | When Hermes might be unhealthy (the thing you're monitoring) | For critical system-health watchdogs that must fire *even when the gateway is down*, use OS-level cron with a plain `curl` to a Hermes webhook subscription (or any external alerting endpoint) — those run as independent OS processes and don't depend on Hermes being up. The in-gateway scheduler is the right choice when the thing being monitored is external. @@ -241,5 +241,5 @@ For critical system-health watchdogs that must fire *even when the gateway is do - [Automate Anything with Cron](/docs/guides/automate-with-cron) — LLM-driven cron patterns. - [Scheduled Tasks (Cron) reference](/docs/user-guide/features/cron) — full schedule syntax, lifecycle, delivery routing. -- [Webhook Subscriptions](/docs/user-guide/features/webhooks) — fire-and-forget HTTP entry points for external schedulers. +- [Webhook Subscriptions](/docs/user-guide/messaging/webhooks) — fire-and-forget HTTP entry points for external schedulers. - [Gateway Internals](/docs/developer-guide/gateway-internals) — delivery-router internals. diff --git a/website/docs/user-guide/skills/optional/mlops/mlops-hermes-atropos-environments.md b/website/docs/user-guide/skills/optional/mlops/mlops-hermes-atropos-environments.md index 6ca3a9b29a3..7cce92a7e0e 100644 --- a/website/docs/user-guide/skills/optional/mlops/mlops-hermes-atropos-environments.md +++ b/website/docs/user-guide/skills/optional/mlops/mlops-hermes-atropos-environments.md @@ -21,7 +21,7 @@ Build, test, and debug Hermes Agent RL environments for Atropos training. Covers | License | MIT | | Platforms | linux, macos, windows | | Tags | `atropos`, `rl`, `environments`, `training`, `reinforcement-learning`, `reward-functions` | -| Related skills | [`axolotl`](/docs/user-guide/skills/bundled/mlops/mlops-training-axolotl), [`fine-tuning-with-trl`](/docs/user-guide/skills/bundled/mlops/mlops-training-trl-fine-tuning), `lm-evaluation-harness` | +| Related skills | [`axolotl`](/docs/user-guide/skills/optional/mlops/mlops-training-axolotl), [`fine-tuning-with-trl`](/docs/user-guide/skills/optional/mlops/mlops-training-trl-fine-tuning), `lm-evaluation-harness` | ## Reference: full SKILL.md