diff templates/frontpage.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 9c0c9d2b540b
children 19ea041943ed
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)