diff --git a/swarm-controller/src/issue_report.rs b/swarm-controller/src/issue_report.rs index ca1d4b3a..12309b6f 100644 --- a/swarm-controller/src/issue_report.rs +++ b/swarm-controller/src/issue_report.rs @@ -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.