prisma / prisma-content-feedback

Feedback for documentation, articles, tutorials, examples, ...
https://www.prisma.io/docs/
6 stars 2 forks source link

404 Errors on Prisma Client Page #13

Closed jplew closed 6 years ago

jplew commented 6 years ago

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: image

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 |

jplew commented 6 years ago

Never mind, the problem has already been identified here: https://github.com/prisma/prisma-content-feedback/issues/5#issuecomment-428186226