redirect removed page to /docs landing

updates old redirect to /docs as well
pull/26460/head^2
Paul Wackerow 2 years ago
parent 39fd2d41c6
commit 2eb6e94174
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 7
      redirects.js

@ -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…
Cancel
Save