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:
Henry 2024-03-15 19:07:39 +09:00 committed by GitHub
commit 68d0fb0084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/",
},
],
},
],