mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
docs: fix RPC links (#3141)
This commit is contained in:
committed by
Ethan Buchman
parent
c69dbb25ce
commit
87991059aa
@@ -78,7 +78,7 @@ endpoint:
|
|||||||
curl "localhost:26657/tx_search?query=\"account.name='igor'\"&prove=true"
|
curl "localhost:26657/tx_search?query=\"account.name='igor'\"&prove=true"
|
||||||
```
|
```
|
||||||
|
|
||||||
Check out [API docs](https://tendermint.github.io/slate/?shell#txsearch)
|
Check out [API docs](https://tendermint.com/rpc/#txsearch)
|
||||||
for more information on query syntax and other options.
|
for more information on query syntax and other options.
|
||||||
|
|
||||||
## Subscribing to transactions
|
## Subscribing to transactions
|
||||||
@@ -97,5 +97,5 @@ by providing a query to `/subscribe` RPC endpoint.
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Check out [API docs](https://tendermint.github.io/slate/#subscribe) for
|
Check out [API docs](https://tendermint.com/rpc/#subscribe) for
|
||||||
more information on query syntax and other options.
|
more information on query syntax and other options.
|
||||||
|
|||||||
Reference in New Issue
Block a user