summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index cdec673..c5974e3 100644
--- a/README
+++ b/README
@@ -21,8 +21,8 @@ In addition to the source code for this library, you will require a
copy of `rabbitmq-codegen`. Here is a short `sh` script for retrieving
the necessary pieces:
- hg clone http://hg.rabbitmq.com/rabbitmq-codegen/
- hg clone http://hg.rabbitmq.com/rabbitmq-c/
+ git clone https://github.com/rabbitmq/rabbitmq-codegen/
+ git clone https://github.com/alanxz/rabbitmq-c
You will also need a recent python with the simplejson module
installed, and the GNU autotools (autoconf, automake, libtool etc)