diff options
| author | Tom Christie | 2015-02-01 21:17:36 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-02-01 21:17:36 +0000 | 
| commit | 6e2ea852d0deb178d60035c139b689a2ece12c70 (patch) | |
| tree | 43a21560f82863647b735dc6ad72f7c8d111feba /docs | |
| parent | d6153a7fae2eb2ab8daad5b6cc10f151c9030eae (diff) | |
| parent | 2111a99b320c546045f4660dec05f17b931935ca (diff) | |
| download | django-rest-framework-6e2ea852d0deb178d60035c139b689a2ece12c70.tar.bz2 | |
Merge pull request #2498 from dustinfarris/update-eda-link
Update link for ember-django-adapter
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/third-party-resources.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 6f4df288..e26e3a2f 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -237,7 +237,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque  * [django-rest-framework-proxy][django-rest-framework-proxy] - Proxy to redirect incoming request to another API server.  * [gaiarestframework][gaiarestframework] - Utils for django-rest-framewok  * [drf-extensions][drf-extensions] - A collection of custom extensions -* [ember-data-django-rest-adapter][ember-data-django-rest-adapter] - An ember-data adapter +* [ember-django-adapter][ember-django-adapter] - An adapter for working with Ember.js  ## Other Resources @@ -309,7 +309,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque  [django-rest-framework-proxy]: https://github.com/eofs/django-rest-framework-proxy  [gaiarestframework]: https://github.com/AppsFuel/gaiarestframework  [drf-extensions]: https://github.com/chibisov/drf-extensions -[ember-data-django-rest-adapter]: https://github.com/toranb/ember-data-django-rest-adapter +[ember-django-adapter]: https://github.com/dustinfarris/ember-django-adapter  [beginners-guide-to-the-django-rest-framework]: http://code.tutsplus.com/tutorials/beginners-guide-to-the-django-rest-framework--cms-19786  [getting-started-with-django-rest-framework-and-angularjs]: http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html  [end-to-end-web-app-with-django-rest-framework-angularjs]: http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework | 
