From 101ff12736d979b9df2dd6d7abfe72cf8b8e73d3 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Wed, 19 Apr 2017 15:33:42 +0200 Subject: [PATCH] Update url's --- LICENSE.txt | 2 +- package.json | 6 +++--- utils/README.md | 4 ++-- utils/launch.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index a8d24e3..ab95798 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/package.json b/package.json index 716a12f..0ff09e4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/kanaka/noVNC.git" + "url": "https://github.com/novnc/noVNC.git" }, "author": "Joel Martin (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", diff --git a/utils/README.md b/utils/README.md index 344f199..32582e6 100644 --- a/utils/README.md +++ b/utils/README.md @@ -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. diff --git a/utils/launch.sh b/utils/launch.sh index de56758..9e650e4 100755 --- a/utils/launch.sh +++ b/utils/launch.sh @@ -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" -- 2.39.5