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