Repository: avro Updated Branches: refs/heads/master 102785b72 -> 29129abee (forced update)
AVRO-1813: Incorrect link to build instructions in Java Getting Started Closes #161 Signed-off-by: Gabor Szadovszky <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/29129abe Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/29129abe Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/29129abe Branch: refs/heads/master Commit: 29129abeecd58d387fd8f8986fba052a4868fc7c Parents: 30b5d4d Author: Pietro F. Menna <[email protected]> Authored: Fri Feb 10 12:22:12 2017 +0100 Committer: Gabor Szadovszky <[email protected]> Committed: Fri Feb 10 12:40:44 2017 +0100 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ doc/src/content/xdocs/gettingstartedjava.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/29129abe/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 93ab4f4..622f42f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -135,6 +135,8 @@ Trunk (not yet released) AVRO-1216. Setting precision for the output stream (John McClean via thiru) + AVRO-1813: Incorrect link to build instructions in Java Getting Started (Pietro Menna via gabor) + Avro 1.8.1 (14 May 2016) INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/avro/blob/29129abe/doc/src/content/xdocs/gettingstartedjava.xml ---------------------------------------------------------------------- diff --git a/doc/src/content/xdocs/gettingstartedjava.xml b/doc/src/content/xdocs/gettingstartedjava.xml index ea760b3..6474ebc 100644 --- a/doc/src/content/xdocs/gettingstartedjava.xml +++ b/doc/src/content/xdocs/gettingstartedjava.xml @@ -93,7 +93,7 @@ <p> You may also build the required Avro jars from source. Building Avro is beyond the scope of this guide; see the <a - href="https://cwiki.apache.org/AVRO/build-documentation.html">Build + href="https://cwiki.apache.org/AVRO/Build+Documentation">Build Documentation</a> page in the wiki for more information. </p> </section>
