From ced77799b2edf16ed9fb4a4aee3169f51e6ce7be Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 12 Oct 2017 15:04:59 +0200 Subject: [PATCH] Update link to Websock API page --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 013dd540..16239d16 100644 --- a/docs/API.md +++ b/docs/API.md @@ -20,7 +20,7 @@ layered on the HTML5 canvas element. * __Websock__ (core/websock.js): Websock client from websockify with transparent binary data support. -[Websock API](https://github.com/kanaka/websockify/wiki/websock.js) wiki page. +[Websock API](https://github.com/novnc/websockify/wiki/websock.js) wiki page. * __RFB__ (core/rfb.js): Main class that implements the RFB protocol and stitches the other classes together.