Skip to content

Commit edf583d

Browse files
committed
fix: replace 401 url
1 parent 04ad53c commit edf583d

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+2
-2
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ Initialize Prisma in your application:
8585
npx prisma@latest init --db
8686
```
8787

88-
If you do not have a [Prisma Data Platform](https://console.prisma.io?utm_source=cloudflare&utm_medium=guides&utm_campaign=workers) account yet, or if you are not logged in, the command will prompt you to log in using one of the available authentication providers. A browser window will open so you can log in or create an account. Return to the CLI after you have completed this step.
88+
If you do not have a [Prisma Data Platform](https://pris.ly/pdp?utm_source=cloudflare&utm_medium=guides&utm_campaign=workers) account yet, or if you are not logged in, the command will prompt you to log in using one of the available authentication providers. A browser window will open so you can log in or create an account. Return to the CLI after you have completed this step.
8989

9090
Once logged in (or if you were already logged in), the CLI will prompt you to select a project name and a database region.
9191

9292
Once the command has terminated, it will have created:
9393

94-
- A project in your [Platform Console](https://console.prisma.io?utm_source=cloudflare&utm_medium=guides&utm_campaign=workers) containing a Prisma Postgres database instance.
94+
- A project in your [Platform Console](https://pris.ly/pdp?utm_source=cloudflare&utm_medium=guides&utm_campaign=workers) containing a Prisma Postgres database instance.
9595
- A `prisma` folder containing `schema.prisma`, where you will define your database schema.
9696
- An `.env` file in the project root, which will contain the Prisma Postgres database url `DATABASE_URL=<your-prisma-postgres-database-url>`.
9797

0 commit comments

Comments
 (0)