From c767c04085798cb0705c5cc853df0258a3380247 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 5 Feb 2026 12:32:04 -0800 Subject: [PATCH] Apply suggestion from @averikitsch --- docs/en/resources/sources/cloud-sql-pg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/resources/sources/cloud-sql-pg.md b/docs/en/resources/sources/cloud-sql-pg.md index 3c2d1be850..182b54e914 100644 --- a/docs/en/resources/sources/cloud-sql-pg.md +++ b/docs/en/resources/sources/cloud-sql-pg.md @@ -201,7 +201,7 @@ Toolbox automatically supports [Managed Connection Pooling][csql-mcp]. If your C The interface is identical, so there's no additional configuration required on the client. For more information on configuring your instance, see the [Cloud SQL Managed Connection Pooling documentation][csql-mcp-docs]. -[csql-mcp]: https://cloud.google.com/blog/products/databases/alloydb-managed-connection-pooling +[csql-mcp]: https://docs.cloud.google.com/sql/docs/postgres/managed-connection-pooling [csql-mcp-docs]: https://docs.cloud.google.com/sql/docs/postgres/configure-mcp ## Reference