Browse Source

docs: fix links (#3220)

Because there's nothing worse than having to copy/paste a link from a
web page to navigate to it 😁
pull/3223/head
Thane Thomson 5 years ago
committed by Anton Kaliaev
parent
commit
9a0bfafef6
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      docs/tendermint-core/rpc.md
  2. +1
    -1
      docs/tools/benchmarking.md
  3. +1
    -1
      docs/tools/monitoring.md
  4. +1
    -1
      tools/tm-bench/README.md
  5. +1
    -1
      tools/tm-monitor/README.md

+ 1
- 1
docs/tendermint-core/rpc.md View File

@ -2,6 +2,6 @@
The RPC documentation is hosted here:
- https://tendermint.com/rpc/
- [https://tendermint.com/rpc/](https://tendermint.com/rpc/)
To update the documentation, edit the relevant `godoc` comments in the [rpc/core directory](https://github.com/tendermint/tendermint/tree/develop/rpc/core).

+ 1
- 1
docs/tools/benchmarking.md View File

@ -2,7 +2,7 @@
Tendermint blockchain benchmarking tool:
- https://github.com/tendermint/tools/tree/master/tm-bench
- [https://github.com/tendermint/tendermint/tree/master/tools/tm-bench](https://github.com/tendermint/tendermint/tree/master/tools/tm-bench)
For example, the following:


+ 1
- 1
docs/tools/monitoring.md View File

@ -3,7 +3,7 @@
Tendermint blockchain monitoring tool; watches over one or more nodes,
collecting and providing various statistics to the user:
- https://github.com/tendermint/tendermint/tree/master/tools/tm-monitor
- [https://github.com/tendermint/tendermint/tree/master/tools/tm-monitor](https://github.com/tendermint/tendermint/tree/master/tools/tm-monitor)
## Quick Start


+ 1
- 1
tools/tm-bench/README.md View File

@ -2,7 +2,7 @@
Tendermint blockchain benchmarking tool:
- https://github.com/tendermint/tools/tree/master/tm-bench
- [https://github.com/tendermint/tendermint/tree/master/tools/tm-bench](https://github.com/tendermint/tendermint/tree/master/tools/tm-bench)
For example, the following: `tm-bench -T 30 -r 10000 localhost:26657`


+ 1
- 1
tools/tm-monitor/README.md View File

@ -3,7 +3,7 @@
Tendermint blockchain monitoring tool; watches over one or more nodes,
collecting and providing various statistics to the user:
- https://github.com/tendermint/tools/tree/master/tm-monitor
- [https://github.com/tendermint/tendermint/tree/master/tools/tm-monitor](https://github.com/tendermint/tendermint/tree/master/tools/tm-monitor)
## Quick Start


Loading…
Cancel
Save