mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 23:48:36 +00:00
add legacy redirects [Fixes #159]
This commit is contained in:
parent
a5d98d9091
commit
b979a0f6f4
1 changed files with 10 additions and 0 deletions
10
redirects.js
10
redirects.js
|
|
@ -1,4 +1,9 @@
|
||||||
const redirects = [
|
const redirects = [
|
||||||
|
{
|
||||||
|
source: '/getting-started/dev-mode',
|
||||||
|
destination: '/docs/developers/geth-developer/dev-mode',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/getting-started/dev-mode',
|
source: '/docs/getting-started/dev-mode',
|
||||||
destination: '/docs/developers/geth-developer/dev-mode',
|
destination: '/docs/developers/geth-developer/dev-mode',
|
||||||
|
|
@ -49,6 +54,11 @@ const redirects = [
|
||||||
destination: '/docs/interacting-with-geth/javascript-console',
|
destination: '/docs/interacting-with-geth/javascript-console',
|
||||||
permanent: true
|
permanent: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/getting-started/private-network',
|
||||||
|
destination: '/docs/fundamentals/private-network',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/interface/private-network',
|
source: '/docs/interface/private-network',
|
||||||
destination: '/docs/fundamentals/private-network',
|
destination: '/docs/fundamentals/private-network',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue