[DOCS] Link checker (#20086)

This commit is contained in:
Adam Schmideg
2019-10-28 16:45:19 +01:00
committed by Felix Lange
parent 8e49d1571d
commit d0eea91981
26 changed files with 87 additions and 638 deletions

View File

@ -335,7 +335,7 @@ That can then be executed with:
Since this function will disappear after restarting geth, it can be helpful to store
commonly used functions to be recalled later. The
[loadScript](../interface/javascript-console#loadscript)
[loadScript](../interface/javascript-console)
function makes this very easy.
First, save the `checkAllBalances()` function definition to a file on your computer. For