From 2eb6e9417410a63085c0545f1fef2cc9d0073439 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:18:57 -0800 Subject: [PATCH] redirect removed page to /docs landing updates old redirect to /docs as well --- redirects.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }, {