From 6d82536d2b539f33a79b3919bb0ee0f5345f2bec Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 4 Jul 2019 13:11:13 +0200 Subject: [PATCH] Fix all old kanaka links We now have our own organisation for noVNC and friends. --- README.md | 8 ++++---- Windows/Windows Service Readme.txt | 4 ++-- docs/websockify.1 | 4 ++-- setup.py | 2 +- 4 files changed, 9 insertions(+), 9 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 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` diff --git a/Windows/Windows Service Readme.txt b/Windows/Windows Service Readme.txt index 0e7ea2c..2ebd11e 100644 --- a/Windows/Windows Service Readme.txt +++ b/Windows/Windows Service Readme.txt @@ -5,14 +5,14 @@ Windows noVNC Websockify Service The "noVNC Websocket Service.exe" file is a windows service wrapper created with Visual Studio 2010 to create a windows service to start stop the noVNC Websocket Server. All files used to create the wrapper can be found in 'noVNC Websocket Service Project' folder. To download the precompiled executables please grab the zip in the downloads section of websockify project: -https://github.com/kanaka/websockify +https://github.com/novnc/websockify --------------------------- Installation --------------------------- 1. This service requires websockify.exe be in the same directory. Instructions on how to compile websockify python script as a windows executable can be found here: -https://github.com/kanaka/websockify/wiki/Compiling-Websockify-as-Windows-Executable +https://github.com/novnc/websockify/wiki/Compiling-Websockify-as-Windows-Executable 2.To add this service to a Windows PC you need to run the commandline as administrator and then run this line: diff --git a/docs/websockify.1 b/docs/websockify.1 index fc42ada..f2aa988 100644 --- a/docs/websockify.1 +++ b/docs/websockify.1 @@ -104,7 +104,7 @@ Joel Martin (github@martintribe.org) .SH SEE ALSO -https://github.com/kanaka/websockify/ +https://github.com/novnc/websockify/ -https://github.com/kanaka/websockify/wiki/ +https://github.com/novnc/websockify/wiki/ diff --git a/setup.py b/setup.py index c11f983..24d7643 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup(name=name, 'include/websock.js'])], keywords='noVNC websockify', license='LGPLv3', - url="https://github.com/kanaka/websockify", + url="https://github.com/novnc/websockify", author="Joel Martin", author_email="github@martintribe.org",