From patchwork Wed Mar 23 06:02:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1,of,5,website] about: update link to the website source From: Anton Shestakov X-Patchwork-Id: 14044 Message-Id: <209c085504986188aa93.1458712935@neuro> To: mercurial-devel@mercurial-scm.org Date: Wed, 23 Mar 2016 14:02:15 +0800 # HG changeset patch # User Anton Shestakov # Date 1458711905 -28800 # Wed Mar 23 13:45:05 2016 +0800 # Node ID 209c085504986188aa939cc0935ec1f64761d54e # Parent c35747545f96cc59f7aa02b47c19fff5372a01bb about: update link to the website source diff --git a/templates/about/index.html b/templates/about/index.html --- a/templates/about/index.html +++ b/templates/about/index.html @@ -38,7 +38,7 @@ GNU General Public License Version 2

The Website

The website is a project of the Mercurial community. -The source is +The source is licensed under GPLv2 or later. Feel free to send us patches. {% endblock %} diff --git a/templates/thepage/index.html b/templates/thepage/index.html --- a/templates/thepage/index.html +++ b/templates/thepage/index.html @@ -11,7 +11,7 @@ Additional coding, content and conversion by David Soria Parra. The page is using flask. -

The repository can be found at http://bitbucket.org/segv/hg-website. +

The repository can be found at https://www.mercurial-scm.org/repo/hg-website. You are welcome to fork and improve the page.

Help us