We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fcde2 commit f9d9048Copy full SHA for f9d9048
docs/redirects.ts
@@ -80,7 +80,7 @@ export const redirects = [
80
from: "/active-record-data-mapper",
81
to: "/docs/guides/active-record-data-mapper",
82
},
83
- { from: "/mongodb", to: "/docs/guides/mongodb" },
+ { from: "/mongodb", to: "/docs/drivers/mongodb" },
84
{ from: "/validation", to: "/docs/guides/validation" },
85
{ from: "/example-with-express", to: "/docs/guides/example-with-express" },
86
{
0 commit comments