Skip to content

Commit

Permalink
Link to the correct deprecation on the EmberJS site
Browse files Browse the repository at this point in the history
  • Loading branch information
minichate committed Dec 12, 2015
1 parent b9252b8 commit 4c15760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -105,7 +105,7 @@ None. Ember 2.0 removed support for the above deprecations.

- `disallowPrivateRegistryProperty` will warn you if you use one of the private `app.registry.*` deprecations. See http://emberjs.com/deprecations/v2.x/#toc_ember-application-registry-ember-applicationinstance-registry for details.

- `disallowAppInstanceContainer` will warn you if you use the private `app.container.lookup()` depreprecation in an initializer. See http://emberjs.com/deprecations/v2.x/#toc_ember-application-registry-ember-applicationinstance-registry for details.
- `disallowAppInstanceContainer` will warn you if you use the private `app.container.lookup()` depreprecation in an initializer. See http://emberjs.com/deprecations/v2.x/#toc_ember-applicationinstance-container for details.

### Other Ember best practices

Expand Down

0 comments on commit 4c15760

Please sign in to comment.