Skip to content

Commit

Permalink
docs: fix broken link by redirecting to the right paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aindrajaya committed Mar 15, 2024
1 parent 57de595 commit c1781c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
},
],
},
],
Expand Down

0 comments on commit c1781c0

Please sign in to comment.