소스 검색

Remove some github urls.

Herbert Vojčík 9 년 전
부모
커밋
96aef9771f
5개의 변경된 파일8개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      bower.json
  3. 4 5
      package.json
  4. 1 1
      src/Helios-Workspace.js
  5. 1 1
      src/Helios-Workspace.st

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ Helios development setup
 
 
 There are two ways how to contribute. Both ways require forking this repo first and fetching all required packages via NPM and Bower.
 There are two ways how to contribute. Both ways require forking this repo first and fetching all required packages via NPM and Bower.
 
 
-* `git clone https://github.com/amber-smalltalk/helios.git`
+* `git clone https://lolg.it/amber/helios.git`
 * `cd helios`
 * `cd helios`
 * `npm install`
 * `npm install`
 * `bower install`
 * `bower install`

+ 1 - 1
bower.json

@@ -8,7 +8,7 @@
     "test",
     "test",
     "tests"
     "tests"
   ],
   ],
-  "homepage": "https://github.com/amber-smalltalk/helios",
+  "homepage": "https://lolg.it/amber/helios",
   "keywords": [
   "keywords": [
     "Amber",
     "Amber",
     "Smalltalk",
     "Smalltalk",

+ 4 - 5
package.json

@@ -3,18 +3,17 @@
   "title": "Helios IDE for Amber",
   "title": "Helios IDE for Amber",
   "description": "Helios IDE for Amber Smalltalk",
   "description": "Helios IDE for Amber Smalltalk",
   "version": "0.6.1",
   "version": "0.6.1",
-  "homepage": "https://github.com/amber-smalltalk/helios",
+  "homepage": "https://lolg.it/amber/helios",
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "git://github.com/amber-smalltalk/helios"
+    "url": "git://lolg.it/amber/helios"
   },
   },
   "bugs": {
   "bugs": {
-    "url": "https://github.com/amber-smalltalk/helios/issues"
+    "url": "https://lolg.it/amber/helios/issues"
   },
   },
   "licenses": [
   "licenses": [
     {
     {
-      "type": "MIT",
-      "url": "https://github.com/amber-smalltalk/helios/blob/master/LICENSE-MIT"
+      "type": "MIT"
     }
     }
   ],
   ],
   "engines": {
   "engines": {

+ 1 - 1
src/Helios-Workspace.js

@@ -115,7 +115,7 @@ return nil;
 },
 },
 //>>excludeStart("ide", pragmas.excludeIdeData);
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: ["aString"],
 args: ["aString"],
-source: "doIt: aString\x0a\x09\x22Evaluate aString in the receiver's `environment`.\x0a\x09\x0a\x09Note: Catch any error and handle it manually, bypassing\x0a\x09boot.js behavior to avoid the browser default action on\x0a\x09ctrl+d/ctrl+p.\x0a\x09\x0a\x09See https://github.com/amber-smalltalk/amber/issues/882\x22\x0a\x0a\x09^ [ self environment evaluate: aString for: self receiver ]\x0a\x09\x09tryCatch: [ :e | \x0a\x09\x09\x09ErrorHandler handleError: e.\x0a\x09\x09\x09nil ]",
+source: "doIt: aString\x0a\x09\x22Evaluate aString in the receiver's `environment`.\x0a\x09\x0a\x09Note: Catch any error and handle it manually, bypassing\x0a\x09boot.js behavior to avoid the browser default action on\x0a\x09ctrl+d/ctrl+p.\x0a\x09\x0a\x09See https://lolg.it/amber/amber/issues/882\x22\x0a\x0a\x09^ [ self environment evaluate: aString for: self receiver ]\x0a\x09\x09tryCatch: [ :e | \x0a\x09\x09\x09ErrorHandler handleError: e.\x0a\x09\x09\x09nil ]",
 referencedClasses: ["ErrorHandler"],
 referencedClasses: ["ErrorHandler"],
 //>>excludeEnd("ide");
 //>>excludeEnd("ide");
 messageSends: ["tryCatch:", "evaluate:for:", "environment", "receiver", "handleError:"]
 messageSends: ["tryCatch:", "evaluate:for:", "environment", "receiver", "handleError:"]

+ 1 - 1
src/Helios-Workspace.st

@@ -38,7 +38,7 @@ doIt: aString
 	boot.js behavior to avoid the browser default action on
 	boot.js behavior to avoid the browser default action on
 	ctrl+d/ctrl+p.
 	ctrl+d/ctrl+p.
 	
 	
-	See https://github.com/amber-smalltalk/amber/issues/882"
+	See https://lolg.it/amber/amber/issues/882"
 
 
 	^ [ self environment evaluate: aString for: self receiver ]
 	^ [ self environment evaluate: aString for: self receiver ]
 		tryCatch: [ :e | 
 		tryCatch: [ :e |