Mercurial > hg-website
changeset 486:e3a73084715a
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.
author | Bradley Jones <brdjns@gmx.us> |
---|---|
date | Fri, 07 Sep 2018 13:54:33 +1200 |
parents | ddff2dfaa572 |
children | b0e3c6141a78 |
files | templates/about/index.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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">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.