From e0d356e08a67cc685ca5bf0ae271f8fa8df3c5ae Mon Sep 17 00:00:00 2001 From: damocles Date: Fri, 11 Sep 2026 06:45:59 +0200 Subject: [PATCH] hive-forge-notify: fix notify.rs's dangling doc pointer the module doc pointed at docs/integrations/forge.md::Sources, a section that was never written. the actual rationale + host differences it promises already live in docs/integrations/github.md's Notifications section (auth scheme, cadence) -- point there instead of duplicating content across two docs. fixes #4189 --- hive-forge-notify/src/notify.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-forge-notify/src/notify.rs b/hive-forge-notify/src/notify.rs index 09ce6165..2e9bbee0 100644 --- a/hive-forge-notify/src/notify.rs +++ b/hive-forge-notify/src/notify.rs @@ -18,7 +18,7 @@ //! **Multi-source**: always the internal Forgejo, plus github.com when the //! agent has a PAT. Each source polls independently behind //! [`Source`]; everything below is shared. Rationale -//! + host differences: `docs/integrations/forge.md::Sources`. +//! + host differences: `docs/integrations/github.md::Notifications`. //! //! Activation gates, self-notification filtering, body excerpt + //! truncation + heading escape, wrapper formats (comment / review /