From 6a4594d893409f60fb11382b20d62cf1c5fed899 Mon Sep 17 00:00:00 2001 From: rhatgadkar-goog Date: Mon, 12 Jan 2026 18:27:21 +0000 Subject: [PATCH] docs: update pg8000 link to new repository location The former link doesn't exist anymore. This is the new link to pg8000 that is referenced from the PyPI page: https://pypi.org/project/pg8000/. Similar change in the CloudSQL connector: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1368. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df8bbd3..013cc5aa 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Using an AlloyDB Connector provides the following benefits: The AlloyDB Python Connector is a package to be used alongside a database driver. Currently supported drivers are: -* [`pg8000`](https://github.com/tlocke/pg8000) +* [`pg8000`](https://codeberg.org/tlocke/pg8000) * [`asyncpg`](https://magicstack.github.io/asyncpg) ## Installation