Skip to content

Commit d84d31f

Browse files
committed
Use pull instead of issues in report summary
1 parent 5dd19f3 commit d84d31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/comparison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl ComparisonSummary {
364364
let mut result = if let Some(pr) = comparison.b.pr {
365365
let title = github::pr_title(pr).await;
366366
format!(
367-
"{} [#{}](https://github.com/rust-lang/rust/issues/{})\n",
367+
"{} [#{}](https://github.com/rust-lang/rust/pull/{})\n",
368368
title, pr, pr
369369
)
370370
} else {

0 commit comments

Comments
 (0)