redirect rpc/objects path to root

This commit is contained in:
Paul Wackerow 2022-12-15 14:21:03 -08:00
parent 2eb6e94174
commit ff733d8c73
No known key found for this signature in database
GPG key ID: BB63E296FE9CAB8D

View file

@ -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
}, },
{ {