Skip to content

Commit 6ffc6bc

Browse files
committed
fix "Diff full distribution" reversing diff
Fixes #3174
1 parent 79fe4b1 commit 6ffc6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/diff.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<li class="nav-header">Tools</li>
1212
%% if $diff.source.file {
1313
<li>
14-
<a href="/release/[% $diff.source.author %]/[% $diff.source.release %]/diff/[% $diff.target.author %]/[% $diff.target.release %]">
14+
<a href="/release/[% $diff.target.author %]/[% $diff.target.release %]/diff/[% $diff.source.author %]/[% $diff.source.release %]">
1515
Diff full distribution
1616
</a>
1717
</li>

0 commit comments

Comments
 (0)