diff --git a/src/handlers/concern.rs b/src/handlers/concern.rs index 5581a2f5d..523bd34d0 100644 --- a/src/handlers/concern.rs +++ b/src/handlers/concern.rs @@ -195,7 +195,7 @@ fn markdown_content(concerns: &[Concern], bot: &str) -> String { } => { writeln!( md, - "> - ~~[{title}]({comment_url})~~ resolved [in this comment]({resolved_comment_url})" + "> - ~~[{title}]({comment_url})~~ resolved in [this comment]({resolved_comment_url})" ) } }; @@ -231,7 +231,7 @@ fn simple_markdown_content() { > # Concerns (1 active) > > - [This is my concern about concern](https://github.com/fake-comment-1234) -> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [in this comment](https:://github.com/fake-comment-8888) +> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:://github.com/fake-comment-8888) > > *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.* "# @@ -254,7 +254,7 @@ fn resolved_concerns_markdown_content() { > [!NOTE] > # Concerns (0 active) > -> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [in this comment](https:://github.com/fake-comment-8888) +> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:://github.com/fake-comment-8888) > > *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.* "#