mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-29 19:42:51 +00:00
docs: use hyphens instead of snake case (#5802)
This commit is contained in:
@@ -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>
|
||||
```
|
||||
|
||||
Here’s the official documentation page — <https://docs.tendermint.com/master/tools/debugging.html>
|
||||
Here’s the official documentation page — <https://docs.tendermint.com/master/tools/debugging>
|
||||
|
||||
If you’re 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.
|
||||
|
||||
Reference in New Issue
Block a user