docs: fix redirect to mongodb page (#11584)

This commit is contained in:
Lucian Mocanu 2025-07-29 17:09:43 +02:00 committed by GitHub
parent 23fcde24ee
commit 8097d1ab84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,8 @@ export const redirects = [
from: "/active-record-data-mapper",
to: "/docs/guides/active-record-data-mapper",
},
{ from: "/mongodb", to: "/docs/guides/mongodb" },
{ from: "/mongodb", to: "/docs/drivers/mongodb" },
{ from: "/docs/guides/mongodb", to: "/docs/drivers/mongodb" },
{ from: "/validation", to: "/docs/guides/validation" },
{ from: "/example-with-express", to: "/docs/guides/example-with-express" },
{