docs: fix broken link by redirecting to the right paths (#2381)
docs: fix broken link by redirecting to the right paths
This commit is contained in:
commit
68d0fb0084
@ -108,6 +108,14 @@ const config = {
|
||||
from: "/install/",
|
||||
to: "/guides/install/",
|
||||
},
|
||||
{
|
||||
from: "/guides/using-models/",
|
||||
to: "/guides/models-setup/",
|
||||
},
|
||||
{
|
||||
from: "/guides/using-extensions/",
|
||||
to: "/guides/extensions/",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user