From 138e04ce6fdafd470fa089b847b84aea5322bfc5 Mon Sep 17 00:00:00 2001 From: Yishuang Lu Date: Wed, 31 Jul 2019 10:50:45 -0700 Subject: [PATCH] Fix the invalid javadoc url Fix the invalid javadoc url Signed-off-by: Yishuang Lu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4ea7e88e64e..3c764f9513b3 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.6.0 tag. +[Java API javadocs][iceberg-javadocs] are available for the master. -[iceberg-javadocs]: https://iceberg.apache.org/javadoc/0.6.0/index.html?com/netflix/iceberg/package-summary.html +[iceberg-javadocs]: https://iceberg.apache.org/javadoc/master [iceberg-spec]: https://docs.google.com/document/d/1Q-zL5lSCle6NEEdyfiYsXYzX_Q8Qf0ctMyGBKslOswA/edit?usp=sharing