Browse Source

Bug 1159225 - Document History links still point to bonsai/cvs even though site is now on hg

Jens Hatlak 9 years ago
parent
commit
4603de714a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/wrapper.tmpl

+ 1 - 1
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 %]&amp;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>