Update link to Websock API page

This commit is contained in:
Samuel Mannehed 2017-10-12 15:04:59 +02:00
parent 90ab0d38e5
commit ced77799b2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ layered on the HTML5 canvas element.
* __Websock__ (core/websock.js): Websock client from websockify * __Websock__ (core/websock.js): Websock client from websockify
with transparent binary data support. 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 * __RFB__ (core/rfb.js): Main class that implements the RFB
protocol and stitches the other classes together. protocol and stitches the other classes together.