mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: fix redirect to mongodb page (#11584)
This commit is contained in:
parent
23fcde24ee
commit
8097d1ab84
@ -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" },
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user