From c87d8d2e5176e9dacad4282b1e05efb26cdd8d18 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 27 Feb 2022 20:55:03 -0500 Subject: [PATCH] docs: fix reference to the test client Signed-off-by: Eric Callahan --- docs/web_api.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/web_api.md b/docs/web_api.md index 7992b86..e7b65de 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -130,9 +130,10 @@ JSON-RPC response: ``` Some errors may not return a request ID, such as an improperly formatted request. -The `test/client` folder includes a basic test interface with example usage for -most of the requests below. It also includes a basic JSON-RPC implementation -that uses promises to return responses and errors (see json-rpc.js). +The [moontest](https://www.github.com/arksine/moontest) repo includes a basic +test interface with example usage for most of the requests below. It also +includes a basic JSON-RPC implementation that uses promises to return responses +and errors (see json-rpc.js). ### Jinja2 Template API Calls