Mercurial > hg-website
diff templates/frontpage.html @ 293:91e0408f0b7b
Correct hello repository url
author | David Soria Parra <dsp@php.net> |
---|---|
date | Tue, 01 Dec 2009 23:10:50 +0100 |
parents | 88ecbfd574e1 |
children | 009e21f04744 |
line wrap: on
line diff
--- a/templates/frontpage.html Thu Nov 19 01:14:24 2009 +0100 +++ b/templates/frontpage.html Tue Dec 01 23:10:50 2009 +0100 @@ -39,7 +39,7 @@ <h3>Quick Start</h3> <p><em>Clone a project and push changes</em> -<pre>$ hg clone http://hg-scm.org/hello +<pre>$ hg clone http://selenic.com/repo/hello $ cd hello $ (edit files) $ hg add (new files)