[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

@ -25,7 +25,7 @@ Accounts are stored in the `keystore` subdirectory. The contents of this directo
To configure the location of the data directory, the `--datadir` parameter can be specified. See [CLI Options](../interface/command-line-options) for more details.
_**note:** the [ethash dag](../legacy/mining#ethash-dag) is stored at `~/.ethash` (Mac/Linux) or `%APPDATA%\Ethash` (Windows) so that it can be reused by all clients. You can store this in a different location by using a symbolic link._
_**note:** the [ethash dag](../legacy/mining) is stored at `~/.ethash` (Mac/Linux) or `%APPDATA%\Ethash` (Windows) so that it can be reused by all clients. You can store this in a different location by using a symbolic link._
## Upgrades