Merge pull request #172 from ethereum/redirects-update

Redirects update [Fixes #159]
This commit is contained in:
Corwin Smith 2022-12-16 12:32:16 -07:00 committed by GitHub
commit ea4df932c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
},
{