From 9beb019b96f458740303db199768ee0001b2e4da Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Thu, 27 Feb 2025 22:41:34 +0200 Subject: [PATCH] Update README.md - fix Apache Spark connector link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d76ee98438..15609bc5096 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Delta Lake is an open-source storage framework that enables building a [Lakehous The following are some of the more popular Delta Lake integrations, refer to [delta.io/integrations](https://delta.io/integrations/) for the complete list: -* [Apache Spark™](https://docs.delta.io/): This connector allows Apache Spark™ to read from and write to Delta Lake. +* [Apache Spark™]([https://docs.delta.io/](https://docs.delta.io/latest/delta-spark.html)): This connector allows Apache Spark™ to read from and write to Delta Lake. * [Apache Flink (Preview)](https://github.com/delta-io/delta/tree/master/connectors/flink): This connector allows Apache Flink to write to Delta Lake. * [PrestoDB](https://prestodb.io/docs/current/connector/deltalake.html): This connector allows PrestoDB to read from Delta Lake. * [Trino](https://trino.io/docs/current/connector/delta-lake.html): This connector allows Trino to read from and write to Delta Lake.