]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Update url's
authorSamuel Mannehed <samuel@cendio.se>
Wed, 19 Apr 2017 13:33:42 +0000 (15:33 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Wed, 19 Apr 2017 13:33:42 +0000 (15:33 +0200)
LICENSE.txt
package.json
utils/README.md
utils/launch.sh

index a8d24e39b9bf46ef792d8a693e2ca4ec0a630df9..ab95798ee8bda10fdd11dd172c1b5449cd092592 100644 (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
index 716a12f955bea531f3c3f31c7af96d003dda72d1..0ff09e461a091597eb549f35ae92ef8a5123832f 100644 (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",
index 344f199ec637dd1cf18286f9f7fe12f5731238ff..32582e65ea8c293ee663308c9b8a2b2d7554b952 100644 (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.
 
index de56758acf921435574fb816185a6bfda9b0bd95..9e650e42e8ec07304a5e87d7217d8db5a3d2bfdd 100755 (executable)
@@ -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"