Skip to content

Commit 0430a9e

Browse files
author
Matthias Radestock
committed
merge bug18793 into default
2 parents d18da6c + b77527b commit 0430a9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Please see http://www.rabbitmq.com/build.html for build
1+
Please see http://www.rabbitmq.com/build-java-client.html for build
22
instructions.
33

44
For your convenience, a text copy of these instructions is available

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ srcdist: distclean
5757

5858
if [ -f BUILD.in ]; then \
5959
cp BUILD.in build/$(SRC_ARCHIVE)/BUILD; \
60-
elinks -dump -no-references -no-numbering $(WEB_URL)build.html \
60+
elinks -dump -no-references -no-numbering $(WEB_URL)build-java-client.html \
6161
>> build/$(SRC_ARCHIVE)/BUILD; \
6262
fi
6363
(cd build; tar -zcf $(SRC_ARCHIVE).tar.gz $(SRC_ARCHIVE))

0 commit comments

Comments
 (0)