# HG changeset patch # User Jens Hatlak <jh@junetz.de> # Date 1430646068 -7200 # Sun May 03 11:41:08 2015 +0200 # Node ID 6b3f0a3384e4de0e70776ed2ddf95d232f393af1 # Parent 2d4cde171ba07a090b501d76fbd53107bf2723ab Bug 1159225 - Document History links still point to bonsai/cvs even though site is now on hg diff --git a/lib/wrapper.tmpl b/lib/wrapper.tmpl --- a/lib/wrapper.tmpl +++ b/lib/wrapper.tmpl @@ -175,7 +175,7 @@ sourcefile = sourcefile|replace('\&','%26'); -%] <ul class="site-tools"> <li>[% strings.Modified %] [% date.format(template.modtime, '%B %d, %Y', lang_use) %]</li> - <li><a href="http://bonsai-www.mozilla.org/cvslog.cgi?file=seamonkeyproject-org/src/[% sourcefile %]&root=/www/">[% strings.History %]</a></li> + <li><a href="https://hg.mozilla.org/SeaMonkey/seamonkey-project-org/log/default/src/[% sourcefile %]">[% strings.History %]</a></li> </ul> </div>