Skip to content

Commit f9d9048

Browse files
committed
docs: fix redirect to mongodb page
1 parent 23fcde2 commit f9d9048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/redirects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const redirects = [
8080
from: "/active-record-data-mapper",
8181
to: "/docs/guides/active-record-data-mapper",
8282
},
83-
{ from: "/mongodb", to: "/docs/guides/mongodb" },
83+
{ from: "/mongodb", to: "/docs/drivers/mongodb" },
8484
{ from: "/validation", to: "/docs/guides/validation" },
8585
{ from: "/example-with-express", to: "/docs/guides/example-with-express" },
8686
{

0 commit comments

Comments
 (0)