diff --git a/redirects.js b/redirects.js index 83ecd6fbc2..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,9 +54,14 @@ 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/developers/geth-developer/private-network', + destination: '/docs/fundamentals/private-network', permanent: true }, {