docs: use hyphens instead of snake case (#5802)

This commit is contained in:
Callum Waters
2020-12-17 08:59:58 +01:00
committed by GitHub
parent 6ef81c6074
commit ebff8a96a5
29 changed files with 206 additions and 207 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ parent:
Tendermint has some tools that are associated with it for:
- [Debugging](./debugging.md)
- [Debugging](./debugging/pro.md)
- [Benchmarking](#benchmarking)
- [Testnets](#testnets)
- [Validation of remote signers](./remote-signer-validation.md)
@@ -46,7 +46,7 @@ To ease the burden of collecting different pieces of data Tendermint Core (since
tendermint debug kill <pid> </path/to/out.zip> — home=</path/to/app.d>
```
Heres the official documentation page — <https://docs.tendermint.com/master/tools/debugging.html>
Heres the official documentation page — <https://docs.tendermint.com/master/tools/debugging>
If youre using a process supervisor, like systemd, it will restart the Tendermint automatically. We strongly advise you to have one in production. If not, you will need to restart the node by hand.