diff --git a/Documentation/api/json-rpc/README.md b/Documentation/api/json-rpc/README.md index c690c48088e1ce11b2c04f6d19dfb44eef0d95d8..4c1fb2ea82f0f5b9804f792f41cd3a95c2af5ee5 100644 --- a/Documentation/api/json-rpc/README.md +++ b/Documentation/api/json-rpc/README.md @@ -1,11 +1,9 @@ # JSON-RPC interface -Delve exposes a [JSON-RPC](http://json-rpc.org/) API interface. +Delve exposes a [JSON-RPC](https://www.jsonrpc.org/specification_v1) API interface. Note that this JSON-RPC interface is served over a streaming socket, *not* over HTTP. -Here is an (incomplete) [list of language implementations](http://json-rpc.org/wiki/implementations). - # API versions Delve currently supports two versions of its API. By default a headless instance of `dlv` will serve APIv1 for backward compatibility with old clients, however new clients should use APIv2 as new features will only be made available through version 2. To select APIv2 use `--api-version=2` command line argument.