[PATCH 1 of 5 website] about: update link to the website source

Anton Shestakov av6 at dwimlabs.net
Wed Mar 23 06:02:15 UTC 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# 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</a>
 
 <h3>The Website</h3>
 <p>The <a href="/thepage">website</a> is a project of the Mercurial community.
-The <a href="http://bitbucket.org/segv/hg-website">source</a> is
+The <a href="https://www.mercurial-scm.org/repo/hg-website">source</a> 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 <a href="http://blog.experimentalworks.net">David Soria Parra</a>.
 		The page is using <a href="http://flask.pocoo.org">flask</a>.
 
-		<p>The repository can be found at <a href="http://bitbucket.org/segv/hg-website">http://bitbucket.org/segv/hg-website</a>.
+		<p>The repository can be found at <a href="https://www.mercurial-scm.org/repo/hg-website">https://www.mercurial-scm.org/repo/hg-website</a>.
 		You are welcome to fork and improve the page.</p>
         </p>
 		<h2>Help us</h2>


More information about the Mercurial-devel mailing list