Webapp: update documentation URL to the SocketIO client docs

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2024-02-03 17:19:17 +01:00
parent 76a24243f0
commit 2af9a3e98e

@ -86,7 +86,7 @@ export default {
methods: {
connectToWebsocket() {
// The SocketIO client API docs are available at:
// https://github.com/socketio/socket.io-client/blob/2.4.x/docs/API.md
// https://github.com/socketio/socket.io-client/blob/2.x/docs/API.md
// console.log("connecting JobsListener to WS", websocketURL);
const ws = io(websocketURL, {
transports: ['websocket'],