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 c56c0b8 Site: Fix broken link to Iceberg API (#333)
c56c0b8 is described below
commit c56c0b8dea642d1970c014c2e3c91d092f4dccbb
Author: Edgar Rodriguez <[email protected]>
AuthorDate: Wed Jul 31 15:00:11 2019 -0700
Site: Fix broken link to Iceberg API (#333)
---
site/docs/spark.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/docs/spark.md b/site/docs/spark.md
index 9489f37..2230466 100644
--- a/site/docs/spark.md
+++ b/site/docs/spark.md
@@ -25,7 +25,7 @@ Iceberg uses Spark's DataSourceV2 API for data source and
catalog implementation
To use Iceberg in Spark 2.4, add the `iceberg-spark-runtime` Jar to Spark's
`jars` folder.
-Spark 2.4 is limited to reading and writing existing Iceberg tables. Use the
[Iceberg API](api) to create Iceberg tables.
+Spark 2.4 is limited to reading and writing existing Iceberg tables. Use the
[Iceberg API](../api) to create Iceberg tables.
### Reading an Iceberg table