mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 10:25:04 +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',
|
||||
destination: '/docs/interacting-with-geth/rpc/objects',
|
||||
destination: '/docs',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
source: '/docs/interacting-with-geth/rpc/objects',
|
||||
destination: '/docs',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue