Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Feb 10, 2025
1 parent 1430db6 commit 52070fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/800-guides/140-use-prisma-in-pnpm-worspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pnpm add @prisma/extension-accelerate

:::info

This guide uses [Prisma Postgres](/prisma-postgres/getting-started). If you plan to use a different database, you can omit the [@prisma/extension-accelerate package](https://www.npmjs.com/package/@prisma/extension-accelerate/).
This guide uses [Prisma Postgres](/postgres/getting-started). If you plan to use a different database, you can omit the [@prisma/extension-accelerate package](https://www.npmjs.com/package/@prisma/extension-accelerate/).

:::

Expand All @@ -120,7 +120,7 @@ Enter a name for your project and choose a database region.

:::info

We're going to be using [Prisma Postgres](/prisma-postgres/getting-started) in this guide. If you're not using a Prisma Postgres database, you won't need to add the `--db` flag.
We're going to be using [Prisma Postgres](/postgres/getting-started) in this guide. If you're not using a Prisma Postgres database, you won't need to add the `--db` flag.

:::

Expand Down

0 comments on commit 52070fa

Please sign in to comment.