From f21ff5de1d3c3e2f266e78f43dbf68e9dc2ddeb0 Mon Sep 17 00:00:00 2001 From: Philly Cai Date: Sun, 24 May 2026 07:51:21 -0700 Subject: [PATCH] fix(docs): missing Render's Blueprint setup guide links for all doc versions --- .../prisma-client/deployment/traditional/deploy-to-render.mdx | 2 +- .../prisma-client/deployment/traditional/deploy-to-render.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-render.mdx b/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-render.mdx index dbe1b1665e..b5ea68c720 100644 --- a/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-render.mdx +++ b/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-render.mdx @@ -112,7 +112,7 @@ That’s it. Your web service will be live at its `onrender.com` URL as soon as ### 3. (optional) Deploy with Infrastructure as Code -You can also deploy the example using the Render Blueprint. Follow Render's [Blueprint setup guide] and use the `render.yaml` in the example. +You can also deploy the example using the Render Blueprint. Follow Render's [Blueprint setup guide](https://render.com/docs/infrastructure-as-code#setup) and use the `render.yaml` in the example. ## Bonus: Seed the database diff --git a/apps/docs/content/docs/orm/v6/prisma-client/deployment/traditional/deploy-to-render.mdx b/apps/docs/content/docs/orm/v6/prisma-client/deployment/traditional/deploy-to-render.mdx index d3737a30f8..113259c8bd 100644 --- a/apps/docs/content/docs/orm/v6/prisma-client/deployment/traditional/deploy-to-render.mdx +++ b/apps/docs/content/docs/orm/v6/prisma-client/deployment/traditional/deploy-to-render.mdx @@ -112,7 +112,7 @@ That’s it. Your web service will be live at its `onrender.com` URL as soon as ### 3. (optional) Deploy with Infrastructure as Code -You can also deploy the example using the Render Blueprint. Follow Render's [Blueprint setup guide] and use the `render.yaml` in the example. +You can also deploy the example using the Render Blueprint. Follow Render's [Blueprint setup guide](https://render.com/docs/infrastructure-as-code#setup) and use the `render.yaml` in the example. ## Bonus: Seed the database