This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new eaddc61  Fix Javadoc link in README.
eaddc61 is described below

commit eaddc61473e97ccd0dc10037597dc5d2f0ae72db
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Dec 4 17:02:33 2018 -0800

    Fix Javadoc link in README.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2f27efb..1bdbd29 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,9 @@ The core Java library that tracks table snapshots and 
metadata is complete, but
 
 The [Iceberg format specification][iceberg-spec] is being actively updated and 
is open for comment. Until the specification is complete and released, it 
carries no compatibility guarantees. The spec is currently evolving as the Java 
reference implementation changes.
 
-[Java API javadocs][iceberg-javadocs] are available for the 0.5.0 tag.
+[Java API javadocs][iceberg-javadocs] are available for the 0.6.0 tag.
 
-[iceberg-javadocs]: 
https://iceberg.incubator.apache.org/javadoc/current/index.html?com/netflix/iceberg/package-summary.html
+[iceberg-javadocs]: 
https://iceberg.apache.org/javadoc/0.6.0/index.html?com/netflix/iceberg/package-summary.html
 [iceberg-spec]: 
https://docs.google.com/document/d/1Q-zL5lSCle6NEEdyfiYsXYzX_Q8Qf0ctMyGBKslOswA/edit?usp=sharing
 
 
 

Reply via email to