redirect removed page to /docs landing

updates old redirect to /docs as well
This commit is contained in:
Paul Wackerow 2022-12-15 14:18:57 -08:00
parent 39fd2d41c6
commit 2eb6e94174
No known key found for this signature in database
GPG key ID: BB63E296FE9CAB8D

View file

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