summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-08-11 18:18:10 +0100
committerMatthias Radestock <matthias@lshift.net>2008-08-11 18:18:10 +0100
commit4d423951f7e934e64f9f17c6c5545358c104b38c (patch)
tree764f2f91b3a6ea64b1b1d5db48f5a35f5b098d19
parentc956fffef47046a7197164c99c414c8df29b60d4 (diff)
parent0059be775d1d633965c2790672a259ef2558e24b (diff)
downloadrabbitmq-server-git-4d423951f7e934e64f9f17c6c5545358c104b38c.tar.gz
merge bug18793 into default
-rw-r--r--BUILD.in2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.in b/BUILD.in
index b013bc3c5d..0e70d0e7b3 100644
--- a/BUILD.in
+++ b/BUILD.in
@@ -1,4 +1,4 @@
-Please see http://www.rabbitmq.com/build.html for build
+Please see http://www.rabbitmq.com/build-server.html for build
instructions.
For your convenience, a text copy of these instructions is available
diff --git a/Makefile b/Makefile
index 83c8454db7..bca9fd4a54 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ generic_stage:
elinks -dump -no-references -no-numbering $(WEB_URL)install.html \
>> $(GENERIC_STAGE_DIR)/INSTALL; \
cp BUILD.in $(GENERIC_STAGE_DIR)/BUILD; \
- elinks -dump -no-references -no-numbering $(WEB_URL)build.html \
+ elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
>> $(GENERIC_STAGE_DIR)/BUILD; \
else \
cp INSTALL $(GENERIC_STAGE_DIR); \