Skip to content

Commit 2a2558f

Browse files
authored
Update WebSocket API interface link
Looks like the user_interface folder was called user_interfaces at one point. The documentation hasn't been updated since.
1 parent b88a71e commit 2a2558f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02_API/02_WebSocket_APIs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Introduction
44

55
The most used API transport in Volumio2 is its Websockets API as it allows almost real time communication with multiple clients. Volumio's WebUI gets and sends data (almost) exclusively via WS. Volumio's WS layer is powered by [Socket.io](http://socket.io/).
6-
The WebSocket API interface is located at: https://github.com/volumio/Volumio2/blob/master/app/plugins/user_interfaces/websocket/index.js
6+
The WebSocket API interface is located at: https://github.com/volumio/Volumio2/blob/master/app/plugins/user_interface/websocket/index.js
77

88
### Scenarios
99

0 commit comments

Comments
 (0)