Skip to content

Commit 584c062

Browse files
committed
Update README URLs based on HTTP redirects
1 parent 17cc0f2 commit 584c062

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
this project has been deprecated in-favour of the ember-cli project:
44

5-
* https://github.com/stefanpenner/ember-cli
6-
* http://ember-cli.com
5+
* https://github.com/ember-cli/ember-cli
6+
* http://www.ember-cli.com/
77

88
## Migrating to Ember CLI
99

@@ -69,7 +69,7 @@ to simply using it as an API stub. You may even develop it further and turn it i
6969

7070
You can remove the Gruntfile and tasks folder since we won't be needing them anymore.
7171

72-
For now, you can check the [app blueprint](https://github.com/stefanpenner/ember-cli/tree/master/blueprints/app/files)
72+
For now, you can check the [app blueprint](https://github.com/ember-cli/ember-cli/tree/master/blueprints/app/files)
7373
to see what other files you no longer need.
7474

7575
### Troubleshooting
@@ -90,7 +90,7 @@ cache clean && bower install`
9090
* `resolver` and `startApp` still live in `test/helpers/` but
9191
`module-for` is now its own package.
9292
* If you were using ember-testing-httpRespond
93-
* This has now been replaced by [Pretender](https://github.com/trek/pretender).
93+
* This has now been replaced by [Pretender](https://github.com/pretenderjs/pretender).
9494
* You can use it in your project with [ember-cli-pretender](https://github.com/rwjblue/ember-cli-pretender)
9595
* Import it and its dependencies in your Brocfile by using
9696
`app.import()`
@@ -115,7 +115,7 @@ We welcome ideas and experiments.
115115
* [Getting Started Guide](http://stefanpenner.github.io/ember-app-kit/guides/getting-started.html)
116116
* [ember-app-kit-todos](https://github.com/stefanpenner/ember-app-kit-todos) - the Emberjs [todos](http://emberjs.com/guides/getting-started/) using Ember App Kit
117117
* [ember-app-kit-bloggr](https://github.com/pixelhandler/ember-app-kit-example-with-bloggr-client) - bloggr demo
118-
* *Safari Books Online Blog* - [Introduction to Ember App Kit](http://blog.safaribooksonline.com/2013/09/18/ember-app-kit/) for more experienced Ember developers by @mixonic
118+
* *Safari Books Online Blog* - [Introduction to Ember App Kit](https://www.safaribooksonline.com/blog/2013/09/18/ember-app-kit/) for more experienced Ember developers by @mixonic
119119
* *Ember Sherpa* - [Introduction to Ember App Kit](http://embersherpa.com/articles/introduction-to-ember-app-kit/) for those who are new to the Grunt workflow by @taras
120120

121121

0 commit comments

Comments
 (0)