Update url's

This commit is contained in:
Samuel Mannehed 2017-04-19 15:33:42 +02:00
parent 41c958d450
commit 101ff12736
4 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ The HTML, CSS, font and image files are licensed as follows:
Some portions of noVNC are copyright to their individual authors.
Please refer to the individual source files and/or to the noVNC commit
history: https://github.com/kanaka/noVNC/commits/master
history: https://github.com/novnc/noVNC/commits/master
The are several files and projects that have been incorporated into
the noVNC core library. Here is a list of those files and the original

View File

@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/kanaka/noVNC.git"
"url": "https://github.com/novnc/noVNC.git"
},
"author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
"contributors": [
@ -23,9 +23,9 @@
],
"license": "MPL 2.0",
"bugs": {
"url": "https://github.com/kanaka/noVNC/issues"
"url": "https://github.com/novnc/noVNC/issues"
},
"homepage": "https://github.com/kanaka/noVNC",
"homepage": "https://github.com/novnc/noVNC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-plugin-add-module-exports": "^0.2.1",

View File

@ -5,10 +5,10 @@ automatically download it here if it is not already present and not
installed as system-wide.
For more detailed description and usage information please refer to
the [websockify README](https://github.com/kanaka/websockify/blob/master/README.md).
the [websockify README](https://github.com/novnc/websockify/blob/master/README.md).
The other versions of websockify (C, Node.js) and the associated test
programs have been moved to
[websockify](https://github.com/kanaka/websockify). Websockify was
[websockify](https://github.com/novnc/websockify). Websockify was
formerly named wsproxy.

View File

@ -127,7 +127,7 @@ else
if [[ $? -ne 0 ]]; then
echo "No installed websockify, attempting to clone websockify..."
WEBSOCKIFY=${HERE}/websockify/run
git clone https://github.com/kanaka/websockify ${HERE}/websockify
git clone https://github.com/novnc/websockify ${HERE}/websockify
if [[ ! -e $WEBSOCKIFY ]]; then
echo "Unable to locate ${HERE}/websockify/run after downloading"