We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a7731 commit b086258Copy full SHA for b086258
extensions/BMO/Extension.pm
@@ -490,7 +490,7 @@ sub bug_format_comment {
490
my $repo = html_quote($args->{matches}->[1]);
491
my $text = $args->{matches}->[2];
492
my $revision = $args->{matches}->[3];
493
- return qq#$preamble<a href="http://git.mozilla.org/?p=$repo;a=commit;h=$revision">$text</a>#;
+ return qq#$preamble<a href="http://git.mozilla.org/?p=$repo;a=commitdiff;h=$revision">$text</a>#;
494
}
495
});
496
0 commit comments