swarm-controller: fix broken intra-doc link in issue_report.rs

This commit is contained in:
damocles 2026-08-31 18:42:56 +02:00 committed by mara
commit c48c8b1991

View file

@ -17,7 +17,7 @@ use crate::forge;
/// Repos with at least one open issue, as `owner/name` full names — the
/// data source for swarm-ui's repo-filter dropdown. Not scoped to
/// [`forge::CONFIG_ORG`] the way `main.rs`'s `get_config_prs` is: this
/// `forge::CONFIG_ORG` the way `main.rs`'s `get_config_prs` is: this
/// report deliberately covers the whole forge instance, not one org, since
/// the report itself is a general-purpose browsing tool rather than
/// something agent-config-specific.