diff --git a/src/content/docs/connect-neon.mdx b/src/content/docs/connect-neon.mdx index 3bf388e2..526a43f9 100644 --- a/src/content/docs/connect-neon.mdx +++ b/src/content/docs/connect-neon.mdx @@ -25,7 +25,7 @@ Querying over HTTP is faster for single, non-interactive transactions. If you need session or interactive transaction support, or a fully compatible drop-in replacement for the `pg` driver, you can use the WebSocket-based `neon-serverless` driver. You can connect to a Neon database directly using [Postgres](/docs/get-started/postgresql-new) -For an example of using Drizzle ORM with the Neon Serverless driver in a Cloudflare Worker, **[see here.](http://driz.link/neon-cf-ex)** +For an example of using Drizzle ORM with the Neon Serverless driver in a Cloudflare Worker, **[see here.](https://github.com/neondatabase-labs/cloudflare-drizzle-neon)** To use Neon from a serverful environment, you can use the PostgresJS driver, as described in Neon's **[official Node.js docs](https://neon.tech/docs/guides/node)** — see **[docs](#postgresjs)**. #### Step 1 - Install packages