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:
parent
23850e633b
commit
e0d356e08a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 /
|
||||
|
|
|
|||
Loading…
Reference in a new issue