changeset 5:4541f57440c3

Update the repo urls to reflect that we use hg
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sun, 09 Apr 2017 10:11:59 -0400
parents aabc0beaa0f4
children cc2f3713b2e7
files index.html
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Tue Dec 29 20:32:02 2009 -0500
+++ b/index.html	Sun Apr 09 10:11:59 2017 -0400
@@ -35,12 +35,16 @@
 
 <h3>Download</h3>
 <div>
-I use <a href="http://git.or.cz">Git</a> to maintain the HVF code. You can
-browse the history <a href="http://repo.or.cz/w/hvf.git">http://repo.or.cz/w/hvf.git</a>,
-or clone from git://repo.or.cz/hvf.git. E.g.,
+I use <a href="https://www.mercurial-scm.org">Mercurial</a> to maintain the
+HVF code. You can browse the history
+<a href="http://hg.josefsipek.net/hvf/hvf/">http://hg.josefsipek.net/hvf/hvf/</a>.
+(There are also Git mirrors at
+<a href="http://repo.or.cz/w/hvf.git">http://repo.or.cz/w/hvf.git</a> and on
+<a href="https://github.com/jeffpc/hvf">GitHub</a>.)
+You can clone the source via:
 
 <pre>
-$ git clone git://repo.or.cz/hvf.git
+$ hg clone http://hg.josefsipek.net/hvf/hvf/
 </pre>
 
 Alternatively, you can try to use a release <a href="src/">tarball</a>.