mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
redirect rpc/objects path to root
This commit is contained in:
parent
2eb6e94174
commit
ff733d8c73
1 changed files with 2 additions and 2 deletions
|
|
@ -171,12 +171,12 @@ const redirects = [
|
|||
},
|
||||
{
|
||||
source: '/docs/rpc/objects',
|
||||
destination: '/docs',
|
||||
destination: '/',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
source: '/docs/interacting-with-geth/rpc/objects',
|
||||
destination: '/docs',
|
||||
destination: '/',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue