diff templates/about/index.html @ 436:2b0669fed7a8

update domain to www.mercurial-scm.org
author timeless@gmail.com
date Sun, 29 Nov 2015 01:57:40 -0500
parents f64038540cc9
children e7c7f9e040fb
line wrap: on
line diff
--- a/templates/about/index.html	Tue Dec 01 19:18:37 2015 +0100
+++ b/templates/about/index.html	Sun Nov 29 01:57:40 2015 -0500
@@ -20,7 +20,7 @@
 
 <h2>Extensible</h2>
 
-<p>The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some <a href="http://mercurial.selenic.com/wiki/UsingExtensions">from the wiki</a> or by <a href="http://mercurial.selenic.com/wiki/WritingExtensions">writing your own</a>. Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial.</p>
+<p>The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some <a href="https://www.mercurial-scm.org/wiki/UsingExtensions">from the wiki</a> or by <a href="https://www.mercurial-scm.org/wiki/WritingExtensions">writing your own</a>. Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial.</p>
 
 <h2>Easy to use</h2>