From d78442246352c164e50f76fedf03055e9d26aa70 Mon Sep 17 00:00:00 2001 From: Beau Barker Date: Wed, 31 Jul 2024 13:29:26 +1000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d556c04..13d545f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}') [Watch a video on how to use it.](https://www.youtube.com/watch?v=3_BMmgJaFHQ) -Full documentation is at [jsonrpcserver.com](https://www.jsonrpcserver.com/). +Full documentation is in the [wiki](https://github.com/explodinglabs/jsonrpcserver/wiki). See also: [jsonrpcclient](https://github.com/explodinglabs/jsonrpcclient)