docs: Fix broken rpc link (#4221)

- chane rpc link to master branch rpc docs, current link leads to 404
- closes #4199

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
Marko
2019-12-06 18:57:26 +04:00
committed by Anton Kaliaev
parent 3e2751d274
commit 70d94b8adf
+1 -1
View File
@@ -6,6 +6,6 @@ order: 4
The RPC documentation is hosted here:
- [https://tendermint.com/rpc/](https://tendermint.com/rpc/)
- [https://docs.tendermint.com/master/rpc/](https://docs.tendermint.com/master/rpc/)
To update the documentation, edit the relevant `godoc` comments in the [rpc/core directory](https://github.com/tendermint/tendermint/tree/master/rpc/core).