Mercurial > hg-website
diff templates/quickstart/index.html @ 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 | 2b0669fed7a8 |
children | cdbc92f4e7d0 |
line wrap: on
line diff
--- 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)