Skip to content

Commit 0b16cb5

Browse files
author
Andrew Trepagnier
committed
Fix URL typo in concerns comments
1 parent cc1416a commit 0b16cb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/handlers/concern.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ fn simple_markdown_content() {
245245
> # Concerns (1 active)
246246
>
247247
> - [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)
249249
>
250250
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
251251
"#
@@ -257,7 +257,7 @@ fn resolved_concerns_markdown_content() {
257257
let concerns = &[Concern {
258258
title: "This is a resolved concern".to_string(),
259259
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(),
261261
},
262262
comment_url: "https://github.com/fake-comment-4561".to_string(),
263263
}];
@@ -268,7 +268,7 @@ fn resolved_concerns_markdown_content() {
268268
> [!NOTE]
269269
> # Concerns (0 active)
270270
>
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)
272272
>
273273
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
274274
"#

0 commit comments

Comments
 (0)