mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +00:00
Merge pull request #186 from ethereum/breadcrumbRedirects
Broken links in docs breadcrumbs
This commit is contained in:
commit
54cebb618b
1 changed files with 25 additions and 0 deletions
25
redirects.js
25
redirects.js
|
|
@ -248,6 +248,31 @@ const redirects = [
|
||||||
source: '/docs/interface/hardware',
|
source: '/docs/interface/hardware',
|
||||||
destination: '/docs/getting-started/hardware-requirements',
|
destination: '/docs/getting-started/hardware-requirements',
|
||||||
permanent: true
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/interacting-with-geth',
|
||||||
|
destination: '/docs/interacting-with-geth/rpc',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/developers/dapp-developer',
|
||||||
|
destination: '/docs/developers/dapp-developer/dev-mode',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/developers/geth-developer',
|
||||||
|
destination: '/docs/developers/geth-developer/dev-guide',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/monitoring',
|
||||||
|
destination: '/docs/monitoring/dashboards',
|
||||||
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/tools',
|
||||||
|
destination: '/docs/tools/clef/introduction',
|
||||||
|
permanent: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue