AVRO-1656. Fix 'How To Contribute' link. Contributed by Benjamin Clauss. Closes #18.
git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1670482 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 5a52b4b8c9201102183ea643307ceae932e5b8f5) Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/54408b63 Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/54408b63 Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/54408b63 Branch: refs/heads/branch-1.7 Commit: 54408b63f0ea664234c0655897e096ba69a6ddac Parents: 402888c Author: Ryan Blue <[email protected]> Authored: Tue Mar 31 21:11:39 2015 +0000 Committer: sacharya <[email protected]> Committed: Thu Oct 12 17:52:54 2017 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ README.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/54408b63/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 155949a..b082a60 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -70,6 +70,8 @@ Trunk (not yet released) AVRO-1485: Specification says Record field type can be record name but implementation allows any named type. (Nandor Kollar via gabor) + AVRO-1656. Fix 'How to Contribute' link. (Benjamin Clauss via blue) + Avro 1.7.7 (23 July 2014) NEW FEATURES http://git-wip-us.apache.org/repos/asf/avro/blob/54408b63/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index a8f66f7..566f192 100644 --- a/README.txt +++ b/README.txt @@ -6,4 +6,4 @@ Learn more about Avro, please visit our website at: To contribute to Avro, please read: - https://cwiki.apache.org/AVRO/how-to-contribute.html + https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute
