From 4b466ae8cea62f0f2f3f4ecfc5792f9374ebb4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20S=2E=20=C5=81ukasiewicz?= Date: Fri, 22 Apr 2022 15:54:22 +0200 Subject: [PATCH] Fix link to RPC spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a273cc..b9ab209 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Library to communicate with transmission rpc It is highly encouraged to use HTTPS since the Transmission authentication is using BasicAuth which could be easily intercepted -spec: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt +spec: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md #### Supported Methods