redirect rpc/objects path to root

pull/26460/head^2
Paul Wackerow 2 years ago
parent 2eb6e94174
commit ff733d8c73
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 4
      redirects.js

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