fix jsonrpc link in clienthowto (#2154)
* Update ClientHowto.md * Update ClientHowto.md
This commit is contained in:
parent
0fa2ac5a9c
commit
9957bee78d
@ -37,7 +37,7 @@ The `--log-to-file` and `--log-to-fd` options can be used to redirect the "API s
|
||||
|
||||
## Controlling the backend
|
||||
|
||||
Once you have a running headless instance you can connect to it and start sending commands. Delve's protocol is built on top of the [JSON-RPC](http://json-rpc.org) specification.
|
||||
Once you have a running headless instance you can connect to it and start sending commands. Delve's protocol is built on top of the [JSON-RPC 1.0 specification](https://www.jsonrpc.org/specification_v1).
|
||||
|
||||
The methods of a `service/rpc2.RPCServer` are exposed through this connection, to find out which requests you can send see the documentation of RPCServer on [godoc](https://godoc.org/github.com/go-delve/Delve/service/rpc2#RPCServer).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user