mirror of https://github.com/ethereum/go-ethereum
docs: fix some broken links (#22167)
This fixes broken links that where reported via: https://validator.w3.org/checklink?uri=http%3A%2F%2Fgeth.ethereum.org%2Fdocs%2F&hide_type=all&recursive=on&depth=10&check=Check It also moves the 'getting started' pages from /getting-started/... to /docs/getting-started/... In order to not break any old links, redirects from the old location have been added. Co-authored-by: Felix Lange <fjl@twurst.com>pull/22234/head
parent
ea43f7df63
commit
21ee44bbaf
@ -0,0 +1,11 @@ |
|||||||
|
<!DOCTYPE HTML> |
||||||
|
<html lang="en"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="refresh" content="0;url={{page.new_url}}" /> |
||||||
|
<link rel="canonical" href="{{page.new_url}}" /> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<h1>This page has been moved to <a href="{{page.new_url}}">{{page.new_url}}</a>.</h1> |
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,7 @@ |
|||||||
|
--- |
||||||
|
# This page exists because we used to have the 'getting started' pages |
||||||
|
# under /getting-started/... instead of /docs/getting-started/... |
||||||
|
permalink: /getting-started/dev-mode |
||||||
|
new_url: /docs/getting-started/dev-mode |
||||||
|
layout: redirect |
||||||
|
--- |
@ -0,0 +1,7 @@ |
|||||||
|
--- |
||||||
|
# This page exists because we used to have the 'getting started' pages |
||||||
|
# under /getting-started/... instead of /docs/getting-started/... |
||||||
|
permalink: /getting-started/private-net |
||||||
|
new_url: /docs/getting-started/private-net |
||||||
|
layout: redirect |
||||||
|
--- |
Loading…
Reference in new issue