From b979a0f6f4618e6aad18a5f4232099e81aa26a19 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:21:56 -0800 Subject: [PATCH] add legacy redirects [Fixes #159] --- redirects.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/redirects.js b/redirects.js index 1b1569e4ea..06b4714044 100644 --- a/redirects.js +++ b/redirects.js @@ -1,4 +1,9 @@ const redirects = [ + { + source: '/getting-started/dev-mode', + destination: '/docs/developers/geth-developer/dev-mode', + permanent: true + }, { source: '/docs/getting-started/dev-mode', destination: '/docs/developers/geth-developer/dev-mode', @@ -49,6 +54,11 @@ const redirects = [ destination: '/docs/interacting-with-geth/javascript-console', permanent: true }, + { + source: '/getting-started/private-network', + destination: '/docs/fundamentals/private-network', + permanent: true + }, { source: '/docs/interface/private-network', destination: '/docs/fundamentals/private-network',