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