add legacy redirects [Fixes #159]

pull/26459/head^2
Paul Wackerow 2 years ago
parent a5d98d9091
commit b979a0f6f4
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 10
      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',

Loading…
Cancel
Save