website: fix broken redirect (#28341)
This commit is contained in:
parent
1bf76f3902
commit
3f59d0ce83
@ -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]]
|
||||
|
@ -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
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user