rpcclient: fix links in README.md
This commit is contained in:
parent
a1d1ea70dd
commit
3cb87afa2f
1 changed files with 3 additions and 3 deletions
|
@ -19,15 +19,15 @@ implement and the API is not stable yet.
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [API Reference](http://godoc.org/github.com/btcsuite/btcd/rpcclient)
|
* [API Reference](http://godoc.org/github.com/btcsuite/btcd/rpcclient)
|
||||||
* [btcd Websockets Example](https://github.com/btcsuite/btcd/rpcclient/blob/master/examples/btcdwebsockets)
|
* [btcd Websockets Example](https://github.com/btcsuite/btcd/tree/master/rpcclient/examples/btcdwebsockets)
|
||||||
Connects to a btcd RPC server using TLS-secured websockets, registers for
|
Connects to a btcd RPC server using TLS-secured websockets, registers for
|
||||||
block connected and block disconnected notifications, and gets the current
|
block connected and block disconnected notifications, and gets the current
|
||||||
block count
|
block count
|
||||||
* [btcwallet Websockets Example](https://github.com/btcsuite/btcd/rpcclient/blob/master/examples/btcwalletwebsockets)
|
* [btcwallet Websockets Example](https://github.com/btcsuite/btcd/tree/master/rpcclient/examples/btcwalletwebsockets)
|
||||||
Connects to a btcwallet RPC server using TLS-secured websockets, registers for
|
Connects to a btcwallet RPC server using TLS-secured websockets, registers for
|
||||||
notifications about changes to account balances, and gets a list of unspent
|
notifications about changes to account balances, and gets a list of unspent
|
||||||
transaction outputs (utxos) the wallet can sign
|
transaction outputs (utxos) the wallet can sign
|
||||||
* [Bitcoin Core HTTP POST Example](https://github.com/btcsuite/btcd/rpcclient/blob/master/examples/bitcoincorehttp)
|
* [Bitcoin Core HTTP POST Example](https://github.com/btcsuite/btcd/tree/master/rpcclient/examples/bitcoincorehttp)
|
||||||
Connects to a bitcoin core RPC server using HTTP POST mode with TLS disabled
|
Connects to a bitcoin core RPC server using HTTP POST mode with TLS disabled
|
||||||
and gets the current block count
|
and gets the current block count
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue