From ff733d8c7399666d53c3bab3d516a7d5ea8ea072 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:21:03 -0800 Subject: [PATCH] redirect rpc/objects path to root --- redirects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redirects.js b/redirects.js index 91f2bb8799..47b1da7246 100644 --- a/redirects.js +++ b/redirects.js @@ -171,12 +171,12 @@ const redirects = [ }, { source: '/docs/rpc/objects', - destination: '/docs', + destination: '/', permanent: true }, { source: '/docs/interacting-with-geth/rpc/objects', - destination: '/docs', + destination: '/', permanent: true }, {