summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-07-04 13:11:13 +0200
committerPierre Ossman <ossman@cendio.se>2019-07-04 13:11:13 +0200
commit6d82536d2b539f33a79b3919bb0ee0f5345f2bec (patch)
treea788ecd5e624fdb984c19d61b0ad107280f36dff /README.md
parent368ec2c06e2d6e44863fbb1a8f599f085033ea27 (diff)
downloadwebsockify-6d82536d2b539f33a79b3919bb0ee0f5345f2bec.tar.gz
Fix all old kanaka links
We now have our own organisation for noVNC and friends.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index cdb40f8..a034b99 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
## websockify: WebSockets support for any application/server
websockify was formerly named wsproxy and was part of the
-[noVNC](https://github.com/kanaka/noVNC) project.
+[noVNC](https://github.com/novnc/noVNC) project.
At the most basic level, websockify just translates WebSockets traffic
to normal socket traffic. Websockify accepts the WebSockets handshake,
@@ -19,7 +19,7 @@ href="https://groups.google.com/forum/?fromgroups#!forum/novnc">noVNC/websockify
discussion group</a>
Bugs and feature requests can be submitted via [github
-issues](https://github.com/kanaka/websockify/issues).
+issues](https://github.com/novnc/websockify/issues).
If you want to show appreciation for websockify you could donate to a great
non-profits such as: [Compassion
@@ -114,7 +114,7 @@ our sister repositories [websockify-js](https://github.com/novnc/websockify-js)
In addition there are several other external projects that implement
the websockify "protocol". See the alternate implementation [Feature
-Matrix](https://github.com/kanaka/websockify/wiki/Feature_Matrix) for
+Matrix](https://github.com/novnc/websockify/wiki/Feature_Matrix) for
more information.
@@ -141,7 +141,7 @@ when the wrapped program exits or daemonizes.
Here is an example of using websockify to wrap the vncserver command
(which backgrounds itself) for use with
-[noVNC](https://github.com/kanaka/noVNC):
+[noVNC](https://github.com/novnc/noVNC):
`./run 5901 --wrap-mode=ignore -- vncserver -geometry 1024x768 :1`