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. Some portions of noVNC are copyright to their individual authors.
Please refer to the individual source files and/or to the noVNC commit 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 are several files and projects that have been incorporated into
the noVNC core library. Here is a list of those files and the original the noVNC core library. Here is a list of those files and the original

View File

@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "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)", "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
"contributors": [ "contributors": [
@ -23,9 +23,9 @@
], ],
"license": "MPL 2.0", "license": "MPL 2.0",
"bugs": { "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": { "devDependencies": {
"babel-core": "^6.22.1", "babel-core": "^6.22.1",
"babel-plugin-add-module-exports": "^0.2.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. installed as system-wide.
For more detailed description and usage information please refer to 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 The other versions of websockify (C, Node.js) and the associated test
programs have been moved to programs have been moved to
[websockify](https://github.com/kanaka/websockify). Websockify was [websockify](https://github.com/novnc/websockify). Websockify was
formerly named wsproxy. formerly named wsproxy.

View File

@ -127,7 +127,7 @@ else
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
echo "No installed websockify, attempting to clone websockify..." echo "No installed websockify, attempting to clone websockify..."
WEBSOCKIFY=${HERE}/websockify/run 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 if [[ ! -e $WEBSOCKIFY ]]; then
echo "Unable to locate ${HERE}/websockify/run after downloading" echo "Unable to locate ${HERE}/websockify/run after downloading"