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:
@ -143,7 +143,7 @@ protocols (e.g. `eth`, `les`, `shh`, `bzz`).
|
||||
|
||||
### admin_startRPC
|
||||
|
||||
The `startRPC` administrative method starts an HTTP based [JSON RPC](http://www.jsonrpc.org/specification)
|
||||
The `startRPC` administrative method starts an HTTP based [JSON RPC](https://www.jsonrpc.org/specification)
|
||||
API webserver to handle client requests. All the parameters are optional:
|
||||
|
||||
* `host`: network interface to open the listener socket on (defaults to `"localhost"`)
|
||||
@ -168,7 +168,7 @@ true
|
||||
|
||||
### admin_startWS
|
||||
|
||||
The `startWS` administrative method starts an WebSocket based [JSON RPC](http://www.jsonrpc.org/specification)
|
||||
The `startWS` administrative method starts an WebSocket based [JSON RPC](https://www.jsonrpc.org/specification)
|
||||
API webserver to handle client requests. All the parameters are optional:
|
||||
|
||||
* `host`: network interface to open the listener socket on (defaults to `"localhost"`)
|
||||
|
@ -156,7 +156,7 @@ destructive action and may severely damage your chain. Use with *extreme* cautio
|
||||
| RPC | `{"method": "debug_setHead", "params": [number]}` |
|
||||
|
||||
References:
|
||||
[Ethash](https://github.com/ethereum/wiki/wiki/Mining#the-algorithm)
|
||||
[Ethash](https://eth.wiki/en/concepts/ethash/ethash)
|
||||
|
||||
### debug_setBlockProfileRate
|
||||
|
||||
|
Reference in New Issue
Block a user