Skip to content

Commit

Permalink
website: fix broken redirect (#28341)
Browse files Browse the repository at this point in the history
  • Loading branch information
HighGoal1991 committed Oct 17, 2023
1 parent dc7c69e commit 3a9247c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -42,7 +42,7 @@

[[redirects]]
from = "/docs/interface/consensus-clients"
to = "/docs/getting-started/consensus-client"
to = "/docs/getting-started/consensus-clients"
force = true

[[redirects]]
Expand Down
2 changes: 1 addition & 1 deletion redirects.js
Expand Up @@ -33,7 +33,7 @@ const redirects = [
},
{
source: '/docs/interface/consensus-clients',
destination: '/docs/getting-started/consensus-client',
destination: '/docs/getting-started/consensus-clients',
permanent: true
},
{
Expand Down

0 comments on commit 3a9247c

Please sign in to comment.