[PATCH] about: update URLs and prefer https://
Augie Fackler
raf at durin42.com
Tue Sep 11 20:22:47 UTC 2018
(+smf - this is for the website)
> On Sep 6, 2018, at 22:07, Bradley M. Jones <brdjns at gmx.us> wrote:
>
> # 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://
This looks good to me, but I don't remember what the process is for pushing the website. Sean?
>
> 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.
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
More information about the Mercurial-devel
mailing list