From 2724478f13c0ebb064fc39eda0a9a033303e7f84 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Sun, 7 Apr 2013 07:55:16 -0400 Subject: [PATCH] Fix clone url in hacking docs --- docs/hacking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hacking.rst b/docs/hacking.rst index 10ebc50..404f4f3 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -26,7 +26,7 @@ Do this: 2. (optional) go to https://github.com/paultag/hy and fork it 3. get the source code:: - $ git clone git@github.com:paultag/hy.git + $ git clone git://github.com/paultag/hy.git (or use your fork) 4. install for hacking::