summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2012-05-10 12:55:01 -0300
committerAlan Antonuk <alan.antonuk@gmail.com>2012-05-10 12:55:01 -0300
commit317f5015c76e4e7c6403bebbfa3d0dda298f0d97 (patch)
treeffd35daac0173a60a7370d129a39fcc05348f4ed
parentf89df372f5d3e19f06541a0fb76f43e812810a5d (diff)
downloadrabbitmq-c-github-ask-317f5015c76e4e7c6403bebbfa3d0dda298f0d97.tar.gz
Updating README to point to current location of rabbitmq-c sources
-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)