Browse Source

Remove some github urls.

Herbert Vojčík 8 years ago
parent
commit
a94f6e0999
3 changed files with 6 additions and 7 deletions
  1. 1 1
      README.md
  2. 1 1
      bower.json
  3. 4 5
      package.json

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 Stream-based framework for creating and manipulating
 contents of a page. For Amber Smalltalk.
 
-Based on https://github.com/amber-smalltalk/amber-contrib-domite,
+Based on https://lolg.it/herby/domite,
 created as an alternative to existing Web package
 present in Amber.
 

+ 1 - 1
bower.json

@@ -16,7 +16,7 @@
       "email": "herby@mailbox.sk"
     }
   ],
-  "homepage": "https://github.com/herby/silk",
+  "homepage": "https://lolg.it/herby/silk",
   "keywords": [
     "Amber",
     "Smalltalk"

+ 4 - 5
package.json

@@ -3,22 +3,21 @@
   "title": "Stream-based Seaside-inspired in-page Web framework",
   "description": "Stream-based, Seaside-inspired framework for creating and manipulating contents of a page. For Amber Smalltalk.",
   "version": "0.2.0",
-  "homepage": "https://github.com/herby/silk",
+  "homepage": "https://lolg.it/herby/silk",
   "author": {
     "name": "Herbert Vojčík",
     "email": "herby@mailbox.sk"
   },
   "repository": {
     "type": "git",
-    "url": "git://github.com/herby/silk"
+    "url": "git://lolg.it/herby/silk"
   },
   "bugs": {
-    "url": "https://github.com/herby/silk/issues"
+    "url": "https://lolg.it/herby/silk/issues"
   },
   "licenses": [
     {
-      "type": "MIT",
-      "url": "https://github.com/herby/silk/blob/master/LICENSE-MIT"
+      "type": "MIT"
     }
   ],
   "engines": {