Describe the content issue
When I CMD + click these links (open them in a new tab), they come up as broken:
Describe the solution you'd like to see
Change https://www.prisma.io/1.18/prisma-client/setup/constructor-TYPESCRIPT-rsc5 to https://www.prisma.io/docs/prisma-client/setup/constructor-TYPESCRIPT-rsc5. It is looking for files under 1.18 when it should be looking under docs.
Additional context
I'd submit a PR but I'm not sure how the links are generated in Markdown: | **Constructor** ([JS](rsc4) \| [TS](rsc5) \| [Go](go02)) | Learn how to instantiate Prisma client |
Article Title (if relevant) Prisma Client: https://github.com/prisma/prisma/blob/master/docs/1.18/prisma-client/index.mdx
Describe the content issue When I CMD + click these links (open them in a new tab), they come up as broken:
Describe the solution you'd like to see Change
https://www.prisma.io/1.18/prisma-client/setup/constructor-TYPESCRIPT-rsc5
tohttps://www.prisma.io/docs/prisma-client/setup/constructor-TYPESCRIPT-rsc5
. It is looking for files under1.18
when it should be looking underdocs
.Additional context I'd submit a PR but I'm not sure how the links are generated in Markdown:
| **Constructor** ([JS](rsc4) \| [TS](rsc5) \| [Go](go02)) | Learn how to instantiate Prisma client |