mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +00:00
redirect removed page to /docs landing
updates old redirect to /docs as well
This commit is contained in:
parent
39fd2d41c6
commit
2eb6e94174
1 changed files with 6 additions and 1 deletions
|
|
@ -171,7 +171,12 @@ const redirects = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/rpc/objects',
|
source: '/docs/rpc/objects',
|
||||||
destination: '/docs/interacting-with-geth/rpc/objects',
|
destination: '/docs',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/interacting-with-geth/rpc/objects',
|
||||||
|
destination: '/docs',
|
||||||
permanent: true
|
permanent: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue