diff --git a/README.md b/README.md
index 353ca26b6d..2909b7e15e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@
Delta Lake is an open-source storage framework that enables building a [Lakehouse architecture](http://cidrdb.org/cidr2021/papers/cidr2021_paper17.pdf) with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs for Scala, Java, Rust, Ruby, and Python.
* See the [Delta Lake Documentation](https://docs.delta.io) for details.
* See the [Quick Start Guide](https://docs.delta.io/latest/quick-start.html) to get started with Scala, Java and Python.
-* Note, this repo is one of many Delta Lake repositories in the [delta.io](https://github.com/delta-io) organizations including
+* Note, this repo is one of many Delta Lake repositories in the [delta.io](https://github.com/delta-io) organizations including
+[connectors](https://github.com/delta-io/connectors),
[delta](https://github.com/delta-io/delta),
[delta-rs](https://github.com/delta-io/delta-rs),
[delta-sharing](https://github.com/delta-io/delta-sharing),
@@ -18,7 +19,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 Flink (Preview)](https://github.com/delta-io/delta/tree/master/connectors/flink): This connector allows Apache Flink to write to Delta Lake.
+* [Apache Flink (Preview)](https://github.com/delta-io/connectors/tree/master/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.
* [Delta Standalone](https://docs.delta.io/latest/delta-standalone.html): This library allows Scala and Java-based projects (including Apache Flink, Apache Hive, Apache Beam, and PrestoDB) to read from and write to Delta Lake.
diff --git a/build.sbt b/build.sbt
index 1267b34057..2a1f2f1e41 100644
--- a/build.sbt
+++ b/build.sbt
@@ -882,10 +882,10 @@ lazy val flink = (project in file("connectors/flink"))
autoScalaLibrary := false, // exclude scala-library from dependencies
Test / publishArtifact := false,
pomExtra :=
- https://github.com/delta-io/delta
+ https://github.com/delta-io/connectors
- git@github.com:delta-io/delta.git
- scm:git:git@github.com:delta-io/delta.git
+ git@github.com:delta-io/connectors.git
+ scm:git:git@github.com:delta-io/connectors.git