Skip to content

Commit

Permalink
fixes 1615:temp redirect to perm (#1635)
Browse files Browse the repository at this point in the history
Signed-off-by: m4sterbunny <[email protected]>
  • Loading branch information
m4sterbunny authored Jun 26, 2024
1 parent 5238a0f commit 8ee6927
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 @@ -302,8 +302,8 @@ const config = {
to: "/development/public-networks",
},
{
from: "/development/public-networks/concepts/the-merge",
to: "/development/public-networks/concepts/node-clients",
from: "/public-networks/concepts/the-merge",
to: "/public-networks/concepts/node-clients",
},
{
from: "/public-networks/how-to/configuration-file",
Expand Down

0 comments on commit 8ee6927

Please sign in to comment.