mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
website: fix broken redirect (#28341)
This commit is contained in:
parent
1bf76f3902
commit
3f59d0ce83
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue