From 033908f8ec59c9f38a7900e6efde51eaf50b603c Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Tue, 24 Sep 2019 10:07:23 +0200 Subject: [PATCH] doc: add link to json-rpc 2.0 spec --- doc/json_ui.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/json_ui.asciidoc b/doc/json_ui.asciidoc index 5a18d179..934e56ab 100644 --- a/doc/json_ui.asciidoc +++ b/doc/json_ui.asciidoc @@ -1,9 +1,9 @@ Json-Rpc user interface ======================= -Kakoune user interfaces can be implemented through the json-rpc 2.0 protocol. +Kakoune user interfaces can be implemented through the https://www.jsonrpc.org/specification[json-rpc 2.0 protocol]. -By launching kakoune in client mode with the `-ui json` option, the launched +By launching Kakoune in client mode with the `-ui json` option, the launched client will write newline separated json-rpc requests on stdout and read json-rpc requests on stdin. Errors will be reported on stderr (not in json format).