[PATCH] about: update URLs and prefer https://

Bradley M. Jones brdjns at gmx.us
Fri Sep 7 02:07:57 UTC 2018


# HG changeset patch
# User Bradley Jones <brdjns at gmx.us>
# Date 1536285273 -43200
#      Fri Sep 07 13:54:33 2018 +1200
# Node ID 4a6711700f7fb592b18164f1032fabb7c10480ec
# Parent  ddff2dfaa572d7b5da7c412da521c793fe57518a
about: update URLs and prefer https://

The URLs for other version control systems on the 'About' page needed
updating. Although they pretty much all resolve to the right places
via redirection, it wouldn't hurt to have the links go straight to the
source anyway.

diff -r ddff2dfaa572 -r 4a6711700f7f templates/about/index.html
--- a/templates/about/index.html        Mon Aug 14 14:12:11 2017 +0200
+++ b/templates/about/index.html        Fri Sep 07 13:54:33 2018 +1200
@@ -34,7 +34,7 @@

 <h3>Similar projects</h3>

-<p>Mercurial is used for version control of files. Similar projects include <a href="http://git-scm.org">Git</a> and <a href="http://bazaar-vcs.org">Bazaar</a>. Version control systems without a distributed architecture include <a href="http://subversion.tigris.org/">Subversion</a> and <a href="http://www.nongnu.org/cvs/">CVS</a>.
+<p>Mercurial is used for version control of files. Similar projects include <a href="https://git-scm.com">Git</a> and <a href="https://bazaar.canonical.com/en/">Bazaar</a>. Version control systems without a distributed architecture include <a href="https://subversion.apache.org">Subversion</a> and <a href="https://www.nongnu.org/cvs/">CVS</a>.

 <h3>The Website</h3>
 <p>The <a href="/thepage">website</a> is a project of the Mercurial community.


More information about the Mercurial-devel mailing list