diff --git a/_includes/ref/bitcoin-core/rpcs/intro.md b/_includes/ref/bitcoin-core/rpcs/intro.md index 404973a3..813904b8 100644 --- a/_includes/ref/bitcoin-core/rpcs/intro.md +++ b/_includes/ref/bitcoin-core/rpcs/intro.md @@ -176,7 +176,7 @@ error: {"code": -8, "message": "Block height out of range"} Starting in Bitcoin Core version 0.7.0, the RPC interface supports request batching as described in [version 2.0 of the JSON-RPC -specification][JSON-RPC version 2.0]. To initiate multiple +specification][JSON-RPC request batching]. To initiate multiple RPC requests within a single HTTP request, a client can `POST` a JSON array filled with Request objects. The HTTP response data is then a JSON array filled with the corresponding Response objects. Depending on your usage pattern, diff --git a/_includes/references.md b/_includes/references.md index 47d8a149..0580b381 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -299,7 +299,7 @@ http://opensource.org/licenses/MIT. [IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses [irc channels]: https://en.bitcoin.it/wiki/IRC_channels [JSON-RPC version 1.0]: http://json-rpc.org/wiki/specification -[JSON-RPC version 2.0]: http://www.jsonrpc.org/specification#batch +[JSON-RPC request batching]: http://www.jsonrpc.org/specification#batch [libblkmaker]: https://github.com/bitcoin/libblkmaker [localhost]: https://en.wikipedia.org/wiki/Localhost [makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds