If you try to access https://www.prisma.io/docs/orm/prisma-client/queries/relation-queries you're redirected to https://www.prisma.io/docs/orm/prisma-client/queries/crud.
That seems like maybe a mistake:
- There are about 80 places in other articles that link to a heading on "Relation Queries"
- The CRUD article itself links to the "Relation Queries" article
- The "Relation Queries" article is still in the sidebar... you just can't open it
Seems like it got included in
|
{"source": "/docs/orm/prisma-client/queries/relation-queries", "destination": "/docs/orm/prisma-client/queries/crud", "permanent": true}, |
by mistake? Probably worth auditing the other articles listed in that redirects list.
If you try to access https://www.prisma.io/docs/orm/prisma-client/queries/relation-queries you're redirected to https://www.prisma.io/docs/orm/prisma-client/queries/crud.
That seems like maybe a mistake:
Seems like it got included in
web/apps/docs/vercel.json
Line 277 in 30c2c7d