From bfc8696196b3695674e9330b3a3d05b9d83c3365 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 3 Oct 2018 16:47:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68faa0d..e48693a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # antd-wvnc-plugin -Overview about wvnc: [https://blog.lxsang.me/r/id/23](https://blog.lxsang.me/r/id/23) +Overview about wvnc: [https://blog.lxsang.me/post/id/23](https://blog.lxsang.me/post/id/23) An [Antd HTTP/HTTPS server's](https://github.com/lxsang/ant-http) plugin that acts as a bridge between a VNC server and web applications. It allows web application to communicate with VNC server using web socket via a predefined protocol and message format. Web application can use my dedicate javascript library called [**wvnc.js**](https://github.com/lxsang/wvnc.js) to communicate with the VNC server using the plugin.