From c48c8b199141db98258c1bf1814e3817cf64e3d0 Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 31 Aug 2026 18:42:56 +0200 Subject: [PATCH] swarm-controller: fix broken intra-doc link in issue_report.rs --- swarm-controller/src/issue_report.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.