You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
this project has been deprecated in-favour of the ember-cli project:
4
4
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/
7
7
8
8
## Migrating to Ember CLI
9
9
@@ -69,7 +69,7 @@ to simply using it as an API stub. You may even develop it further and turn it i
69
69
70
70
You can remove the Gruntfile and tasks folder since we won't be needing them anymore.
71
71
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)
73
73
to see what other files you no longer need.
74
74
75
75
### Troubleshooting
@@ -90,7 +90,7 @@ cache clean && bower install`
90
90
*`resolver` and `startApp` still live in `test/helpers/` but
91
91
`module-for` is now its own package.
92
92
* 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).
94
94
* You can use it in your project with [ember-cli-pretender](https://github.com/rwjblue/ember-cli-pretender)
95
95
* Import it and its dependencies in your Brocfile by using
96
96
`app.import()`
@@ -115,7 +115,7 @@ We welcome ideas and experiments.
115
115
*[Getting Started Guide](http://stefanpenner.github.io/ember-app-kit/guides/getting-started.html)
116
116
*[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
**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
119
119
**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
0 commit comments