This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
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
6 years ago
committed by
Anton Kaliaev
parent
a335caaedb
commit
9a0bfafef6
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/tendermint-core/rpc.md
+1
-1
docs/tools/benchmarking.md
+1
-1
docs/tools/monitoring.md
+1
-1
tools/tm-bench/README.md
+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/t
endermint/tree/master/t
ools/t
m-bench
](
https://github.com/tendermint/tendermint/t
ree/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/t
endermint/tree/master/t
ools/t
m-bench
](
https://github.com/tendermint/tendermint/t
ree/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/t
endermint/tree/master/t
ools/t
m-monitor
](
https://github.com/tendermint/tendermint/t
ree/master
/tools
/tm-monitor
)
## Quick Start
Write
Preview
Loading…
Cancel
Save