diff --git a/README.md b/README.md index 36dc4975..c01a3353 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ To setup WiFi on a Raspberry Pi, you can follow this [guide](https://www.raspber ## Control -Snapcast can be controlled using a [JSON-RPC API](doc/json_rpc_api/v2_0_0.md) over plain TCP, HTTP, or Websockets: +Snapcast can be controlled using a [JSON-RPC API](doc/json_rpc_api/control.md) over plain TCP, HTTP, or Websockets: - Set client's volume - Mute clients diff --git a/doc/json_rpc_api/v2_0_0.md b/doc/json_rpc_api/control.md similarity index 100% rename from doc/json_rpc_api/v2_0_0.md rename to doc/json_rpc_api/control.md