We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d18da6c + b77527b commit 0430a9eCopy full SHA for 0430a9e
BUILD.in
@@ -1,4 +1,4 @@
1
-Please see http://www.rabbitmq.com/build.html for build
+Please see http://www.rabbitmq.com/build-java-client.html for build
2
instructions.
3
4
For your convenience, a text copy of these instructions is available
Makefile
@@ -57,7 +57,7 @@ srcdist: distclean
57
58
if [ -f BUILD.in ]; then \
59
cp BUILD.in build/$(SRC_ARCHIVE)/BUILD; \
60
- elinks -dump -no-references -no-numbering $(WEB_URL)build.html \
+ elinks -dump -no-references -no-numbering $(WEB_URL)build-java-client.html \
61
>> build/$(SRC_ARCHIVE)/BUILD; \
62
fi
63
(cd build; tar -zcf $(SRC_ARCHIVE).tar.gz $(SRC_ARCHIVE))
0 commit comments