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>
This commit is contained in:
@@ -147,7 +147,7 @@ static nodes by putting something like the following into
|
||||
```
|
||||
|
||||
You can also add static nodes at runtime via the js console using
|
||||
[`admin.addPeer()`](../interface/management-apis#admin_addpeer):
|
||||
`admin.addPeer()`:
|
||||
|
||||
```js
|
||||
admin.addPeer("enode://f4642fa65af50cfdea8fa7414a5def7bb7991478b768e296f5e4a54e8b995de102e0ceae2e826f293c481b5325f89be6d207b003382e18a8ecba66fbaf6416c0@33.4.2.1:30303")
|
||||
|
Reference in New Issue
Block a user