Browse Source

Remove some github urls.

Herbert Vojčík 8 years ago
parent
commit
1cae7d8986
2 changed files with 4 additions and 4 deletions
  1. 1 1
      bower.json
  2. 3 3
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "amber-contrib-jquery",
-  "homepage": "https://github.com/amber-smalltalk/amber-contrib-jquery",
+  "homepage": "https://lolg.it/amber/amber-contrib-jquery",
   "description": "Amber Smalltalk wrapper around jQuery",
   "main": "local.amd.json",
   "moduleType": [

+ 3 - 3
package.json

@@ -8,7 +8,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git://github.com/amber-smalltalk/amber-contrib-jquery.git"
+    "url": "git://lolg.it/amber/amber-contrib-jquery.git"
   },
   "keywords": [
     "amber",
@@ -17,9 +17,9 @@
   ],
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/amber-smalltalk/amber-contrib-jquery/issues"
+    "url": "https://lolg.it/amber/amber-contrib-jquery/issues"
   },
-  "homepage": "https://github.com/amber-smalltalk/amber-contrib-jquery",
+  "homepage": "https://lolg.it/amber/amber-contrib-jquery",
   "engines": {
     "node": "0.10.x || 0.12.x || >=4.0.0"
   },