mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +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]]
|
[[redirects]]
|
||||||
from = "/docs/interface/consensus-clients"
|
from = "/docs/interface/consensus-clients"
|
||||||
to = "/docs/getting-started/consensus-client"
|
to = "/docs/getting-started/consensus-clients"
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ const redirects = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/interface/consensus-clients',
|
source: '/docs/interface/consensus-clients',
|
||||||
destination: '/docs/getting-started/consensus-client',
|
destination: '/docs/getting-started/consensus-clients',
|
||||||
permanent: true
|
permanent: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue