From ff4f2520033954cc12d6ef4b176602d69da56a60 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 3 Mar 2017 00:40:57 +0100 Subject: [PATCH] Fixed broken mail link in tutorials and resources --- docs/topics/tutorials-and-resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/tutorials-and-resources.md b/docs/topics/tutorials-and-resources.md index 3bbe52e44..3fb1ec258 100644 --- a/docs/topics/tutorials-and-resources.md +++ b/docs/topics/tutorials-and-resources.md @@ -64,7 +64,7 @@ There are a wide range of resources available for learning and using Django REST * [Classy Django REST Framework][cdrf.co] * [DRF-schema-adapter][drf-schema] -Want your Django REST Framework talk/tutorial/article to be added to our website? Or know of a resource that's not yet included here? Please [submit a pull request][submit-pr] or [email us][mailto:anna@django-rest-framework.org]! +Want your Django REST Framework talk/tutorial/article to be added to our website? Or know of a resource that's not yet included here? Please [submit a pull request][submit-pr] or [email us][anna-email]! [beginners-guide-to-the-django-rest-framework]: http://code.tutsplus.com/tutorials/beginners-guide-to-the-django-rest-framework--cms-19786 @@ -107,3 +107,4 @@ Want your Django REST Framework talk/tutorial/article to be added to our website [drf-tutorial]: https://tests4geeks.com/django-rest-framework-tutorial/ [building-a-restful-api-with-drf]: http://agiliq.com/blog/2014/12/building-a-restful-api-with-django-rest-framework/ [submit-pr]: https://github.com/tomchristie/django-rest-framework +[anna-email]: mailto:anna@django-rest-framework.org