Skip to content

Commit 322b775

Browse files
authored
Add redirect (#7606)
Update url paths
1 parent 94315ca commit 322b775

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

apps/blog/content/blog/why-sitegpt-chose-prisma-postgres-for-scalable-ai-powered-chatbots/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ speakerName="Bhanu">
7777
</Quotes>
7878

7979

80-
Prisma Postgres powers this workflow without slowdown, and SiteGPT plans to explore more Prisma features like [**built-in caching**](https://www.prisma.io/docs/postgres/database/caching) and [**Prisma Optimize**](https://www.prisma.io/optimize) as they continue to scale.
80+
Prisma Postgres powers this workflow without slowdown, and SiteGPT plans to explore more Prisma features like [**built-in caching**](https://www.prisma.io/docs/accelerate/caching) and [**Prisma Optimize**](https://www.prisma.io/optimize) as they continue to scale.
8181

8282
## Final thoughts
8383

apps/docs/content/docs/postgres/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Run Prisma Postgres locally with `prisma dev`, then switch to cloud when ready.
7474
## Optimize and manage
7575

7676
- [Connection pooling](/postgres/database/connection-pooling)
77-
- [Caching](/postgres/database/caching)
77+
- [Caching](/accelerate/caching)
7878
- [Backups](/postgres/database/backups)
7979
- [PostgreSQL extensions](/postgres/database/postgres-extensions)
8080
- [Troubleshooting](/postgres/troubleshooting)

apps/docs/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@
12591259
{"source": "/docs/tags/:slug", "destination": "/docs", "permanent": true},
12601260
{"source": "/docs/about/:slug", "destination": "/docs", "permanent": true},
12611261
{"source": "/docs/concepts/overview/prisma-in-your-stack/:slug", "destination": "/docs/orm", "permanent": true},
1262-
{"source": "/docs/orm/more/help-and-troubleshooting/dataguide/:slug", "destination": "/docs/orm/more/troubleshooting/nextjs", "permanent": true}
1262+
{"source": "/docs/orm/more/help-and-troubleshooting/dataguide/:slug", "destination": "/docs/orm/more/troubleshooting/nextjs", "permanent": true},
1263+
{"source": "/docs/postgres/database/caching", "destination": "/docs/accelerate/caching"}
12631264
]
12641265
}

0 commit comments

Comments
 (0)