diff --git a/redirects.js b/redirects.js index 83ecd6fbc2..91f2bb8799 100644 --- a/redirects.js +++ b/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 }, {