From ba69da6206c5e4ef87a01484e7a7fe49e9dbcba2 Mon Sep 17 00:00:00 2001 From: Edgar Rodriguez Date: Tue, 30 Jul 2019 17:36:21 -0700 Subject: [PATCH] Fix broken link to Iceberg API --- 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 9489f37b0878..223046639a66 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