Mercurial > hg-website
changeset 449:634c8c450e9d
templates: make current links to selenic.com use https
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 23 Mar 2016 14:01:24 +0800 |
parents | c79d1a115f49 |
children | cdbc92f4e7d0 |
files | templates/frontpage.html templates/quickstart/index.html templates/thepage/index.html |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/frontpage.html Wed Mar 23 13:59:31 2016 +0800 +++ b/templates/frontpage.html Wed Mar 23 14:01:24 2016 +0800 @@ -39,7 +39,7 @@ <h3>Quick Start</h3> <p><em>Clone a project and push changes</em> -<pre>$ hg clone http://selenic.com/repo/hello +<pre>$ hg clone https://selenic.com/repo/hello $ cd hello $ (edit files) $ hg add (new files)
--- a/templates/quickstart/index.html Wed Mar 23 13:59:31 2016 +0800 +++ b/templates/quickstart/index.html Wed Mar 23 14:01:24 2016 +0800 @@ -7,7 +7,7 @@ <h2>Part 0: Instant usage</h2> <p><em>(you know this from the main page)</em></p> <p>Clone a project and create a patch </p> -<pre><code>$ hg clone http://selenic.com/repo/hello +<pre><code>$ hg clone https://selenic.com/repo/hello $ cd hello $ (edit files) $ hg add (new files)
--- a/templates/thepage/index.html Wed Mar 23 13:59:31 2016 +0800 +++ b/templates/thepage/index.html Wed Mar 23 14:01:24 2016 +0800 @@ -26,7 +26,7 @@ <h2>License</h2> This page is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> of the license. - The <a href="http://www.selenic.com/hg-logo/">Mercurial logo</a> used on the page was designed by Cali Mastny. + The <a href="https://www.selenic.com/hg-logo/">Mercurial logo</a> used on the page was designed by Cali Mastny. It is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a>