Skip to content

Commit

Permalink
Fixing broken website redirects (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos authored Dec 1, 2023
1 parent 8883be9 commit 12a4d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ const config = {
},
{
from: "/docs/cli/install/apt",
to: "/docs/intro/install/apt",
to: "/docs/intro/install/deb",
},
{
from: "/docs/cli/install/yum",
to: "/docs/intro/install/yum",
to: "/docs/intro/install/rpm",
},
// TODO: This will be possible after upgrading to Docusaurus 3
// {
Expand Down

0 comments on commit 12a4d53

Please sign in to comment.