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
This commit is contained in:
damocles 2026-09-11 06:45:59 +02:00 committed by mara
commit e0d356e08a

View file

@ -18,7 +18,7 @@
//! **Multi-source**: always the internal Forgejo, plus github.com when the //! **Multi-source**: always the internal Forgejo, plus github.com when the
//! agent has a PAT. Each source polls independently behind //! agent has a PAT. Each source polls independently behind
//! [`Source`]; everything below is shared. Rationale //! [`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 + //! Activation gates, self-notification filtering, body excerpt +
//! truncation + heading escape, wrapper formats (comment / review / //! truncation + heading escape, wrapper formats (comment / review /