docs: fix broken link by redirecting to the right paths

This commit is contained in:
Arista Indrajaya 2024-03-15 15:56:26 +07:00
parent 57de5957cd
commit c1781c0be8

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