Fix a second bad gitweb link
authorTodd Lyons <tlyons@exim.org>
Tue, 6 May 2014 12:14:28 +0000 (05:14 -0700)
committerTodd Lyons <tlyons@exim.org>
Tue, 6 May 2014 12:14:28 +0000 (05:14 -0700)
templates/log.tt

index a151d6cc5b03ed5229f1a73df8714eb866273dff..223339743343f8e8473b15ad547d767ecc312e0c 100644 (file)
@@ -105,7 +105,7 @@ See accompanying License file for license details
 <h5>Git log</h5>
 <pre>
 [% IF last_build_git_ref && git_head_ref %]
-<a href="https://github.com/postgres/postgres/compare/[% last_build_git_ref %]...[% git_head_ref %]">Change Set for this build</a>
+<a href="https://github.com/Exim/exim/compare/[% last_build_git_ref %]...[% git_head_ref %]">Change Set for this build</a>
 [% END %]
 [% FOREACH clog IN changed_this_run_logs ; PROCESS gitlog -%]
 [%- END -%]