Commit 0a32dfd3 authored by Joel Martin's avatar Joel Martin

Markdown links in README.md.

parent 660740b5
...@@ -7,12 +7,12 @@ noVNC is a VNC client implemented using HTML5 technologies, ...@@ -7,12 +7,12 @@ noVNC is a VNC client implemented using HTML5 technologies,
specifically Canvas and WebSocket (supports 'wss://' encryption). specifically Canvas and WebSocket (supports 'wss://' encryption).
For browsers that do not have builtin WebSocket support, the project For browsers that do not have builtin WebSocket support, the project
includes web-socket-js, a WebSocket emulator using Adobe Flash includes [web-socket-js](http://github.com/gimite/web-socket-js),
(http://github.com/gimite/web-socket-js). a WebSocket emulator using Adobe Flash .
In addition, as3crypto has been added to web-socket-js to implement In addition, [as3crypto](http://github.com/lyokato/as3crypto_patched)
WebSocket SSL/TLS encryption, i.e. the "wss://" URI scheme. has been added to web-socket-js to implement WebSocket SSL/TLS
(http://github.com/lyokato/as3crypto_patched). encryption, i.e. the "wss://" URI scheme.
### Requirements ### Requirements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment