summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-11-05 11:15:35 +0000
committerDavid Wragg <david@rabbitmq.com>2011-11-05 11:15:35 +0000
commit3bd58ca342079a85e355faa09af1b7d3c20f243f (patch)
tree746d1ea997552683a7e29452277be6ca3ec07f9c
parentb6ebcff848b1ce8b1a70fcdf8a3421614d189484 (diff)
downloadrabbitmq-c-github-ask-3bd58ca342079a85e355faa09af1b7d3c20f243f.tar.gz
Correct URL that should point to rabbitmq-codegen
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5c616c3..cdec673 100644
--- a/README
+++ b/README
@@ -77,9 +77,9 @@ Things you can pass to cmake to change the build:
have your codegen directory in a different place [Default is
sibiling directory to source]
* `-DFETCH_CODEGEN_FROM_GIT=ON` - if you want cmake to fetch the
- rabbitmq-codegen from https://github.com/rabbitmq/rabbitmq-c at
- build time. If this option is selected `-DRABBITMQ_CODEGEN_DIR` will
- be ignored [Default is off]
+ rabbitmq-codegen from https://github.com/rabbitmq/rabbitmq-codegen
+ at build time. If this option is selected `-DRABBITMQ_CODEGEN_DIR`
+ will be ignored [Default is off]
* `-DCODEGEN_GIT_TAG=rabbitmq_v2_5_1` - specifies the tag to check out
if using the `-DFETCH_CODEGEN_FROM_GIT` option above. [Default is
`rabbitmq_v2_5_1`]