Browse Source

Remove some github urls.

Herbert Vojčík 8 years ago
parent
commit
a905509d56
3 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 2 2
      package.json
  3. 1 1
      root/README.md

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ Install [grunt-init](http://gruntjs.com/project-scaffolding) if you have not alr
 Place this template in your `~/.grunt-init/` directory using the following command:
 
 ```
-git clone git://github.com/amber-smalltalk/grunt-init-amber.git ~/.grunt-init/amber
+git clone git://lolg.it/amber/grunt-init-amber.git ~/.grunt-init/amber
 ```
 
 _Windows users, see [the grunt-init documentation](http://gruntjs.com/project-scaffolding) for the correct directory destination_

+ 2 - 2
package.json

@@ -8,10 +8,10 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/amber-smalltalk/grunt-init-amber.git"
+    "url": "https://lolg.it/amber/grunt-init-amber.git"
   },
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/amber-smalltalk/grunt-init-amber/issues"
+    "url": "https://lolg.it/amber/grunt-init-amber/issues"
   }
 }

+ 1 - 1
root/README.md

@@ -5,7 +5,7 @@
 ## Getting Started
 
 Install Amber and create an Amber project,
-as shown in [Amber Instructions](https://github.com/amber-smalltalk/amber#prerequisites).
+as shown in [Amber Instructions](https://lolg.it/amber/amber#prerequisites).
 
 ## Use {%= name %} as a library in a client project