From a5d98d909153ee2c7b299d2e0175dc949bd478d2 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 15 Dec 2022 08:53:00 -0800 Subject: [PATCH] update redirect for /private-network --- redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirects.js b/redirects.js index 83ecd6fbc2..1b1569e4ea 100644 --- a/redirects.js +++ b/redirects.js @@ -51,7 +51,7 @@ const redirects = [ }, { source: '/docs/interface/private-network', - destination: '/docs/developers/geth-developer/private-network', + destination: '/docs/fundamentals/private-network', permanent: true }, {