File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ fn simple_markdown_content() {
245
245
> # Concerns (1 active)
246
246
>
247
247
> - [This is my concern about concern](https://github.com/fake-comment-1234)
248
- > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:: //github.com/fake-comment-8888)
248
+ > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https://github.com/fake-comment-8888)
249
249
>
250
250
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
251
251
"#
@@ -257,7 +257,7 @@ fn resolved_concerns_markdown_content() {
257
257
let concerns = & [ Concern {
258
258
title : "This is a resolved concern" . to_string ( ) ,
259
259
status : ConcernStatus :: Resolved {
260
- comment_url : "https:: //github.com/fake-comment-8888" . to_string ( ) ,
260
+ comment_url : "https://github.com/fake-comment-8888" . to_string ( ) ,
261
261
} ,
262
262
comment_url : "https://github.com/fake-comment-4561" . to_string ( ) ,
263
263
} ] ;
@@ -268,7 +268,7 @@ fn resolved_concerns_markdown_content() {
268
268
> [!NOTE]
269
269
> # Concerns (0 active)
270
270
>
271
- > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:: //github.com/fake-comment-8888)
271
+ > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https://github.com/fake-comment-8888)
272
272
>
273
273
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
274
274
"#
You can’t perform that action at this time.
0 commit comments