Skip to content

Commit e92f2a3

Browse files
aidankmcalisterArthurGambyArthur Gambygithub-actions[bot]ankur-arch
committed
Prisma 7 merge fix (#7278)
* feat(docs): add youtube embeded link to blog post (#7220) Co-authored-by: Arthur Gamby <[email protected]> * feat(docs): add quick section to blog after the prompt (#7221) Co-authored-by: Arthur Gamby <[email protected]> * DC-5242 Astro Better-Auth Guide (#7215) * doc created * nextjs betterauth fixed * guide broken down into manageable steps * image added * Optimised images with calibre/image-actions * image updated * Optimised images with calibre/image-actions * lychee only comments on broken links * config updated * lychee updated based on CR comment * chore: trigger CI checks * ignore gnu * fix: update naming to better-auth DC-6120 * Optimised images with calibre/image-actions * chore: shorten word --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ankur Datta <[email protected]> * DC-5841 Removed Linkspector (#7231) * removed linkspector * retrigger * retrigger * retrigger * Update label for Prisma Postgres tab (#7236) * fix: content changes for getting started page (#7216) * fix: content changes for getting started page * fix: add redirects * getting started checkpoint * css styles fixed * updates --------- Co-authored-by: Aidan McAlister <[email protected]> Co-authored-by: Aidan McAlister <[email protected]> * DC-5820 AI Agents Served Markdown (#7237) * ai crawler check successful * ai crawlers checked * update * added anthropic * middleware update * improve detection --------- Co-authored-by: Mike Hartington <[email protected]> * Remove MCP server exploration tip (#7241) Removed tip about using Cloudflare's AI Playground for MCP server exploration, as it no longer seems to reliably work. * fix: clear redirect loop (#7250) * Fix typo in environment variables reference (#7193) * Fix typo in environment variables reference * remove duplicate can be --------- Co-authored-by: Ankur Datta <[email protected]> * chore(): add summary sections to top pages (#7228) * DC-6234 Getting Started Page Updates (#7254) * arrow added * quickstart card hover * always copy button added * hover effect on copy button * spcaer added * pointless css removed * updaets * fuctional * revewrt * fixed for mobile * link fix --------- Co-authored-by: Arthur <[email protected]> Co-authored-by: Arthur Gamby <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ankur Datta <[email protected]> Co-authored-by: Petra Donka <[email protected]> Co-authored-by: Mike Hartington <[email protected]> Co-authored-by: Odysseus Zhang <[email protected]> Co-authored-by: Mike Hartington <[email protected]>
1 parent b7860f3 commit e92f2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async function main() {
284284

285285
### Client middleware has been removed
286286

287-
The client middleware API has been removed. If possible, use [Client Extensions](orm/prisma-client/client-extensions).
287+
The client middleware API has been removed. If possible, use [Client Extensions](/orm/prisma-client/client-extensions).
288288

289289
```ts
290290
// ❌ Old (removed)

0 commit comments

Comments
 (0)