diff --git a/_posts/2016-04-20-adding-broadcast-mail-to-all-users-registered-inside-django-admin.markdown b/_posts/2016-04-20-adding-broadcast-mail-to-all-users-registered-inside-django-admin.markdown
index ba6e4c8094df4f5c70afa771ce6347db49917dcf..3283c9112f504b4d9e964bed2ebeb9171c60a097 100644
--- a/_posts/2016-04-20-adding-broadcast-mail-to-all-users-registered-inside-django-admin.markdown
+++ b/_posts/2016-04-20-adding-broadcast-mail-to-all-users-registered-inside-django-admin.markdown
@@ -7,7 +7,7 @@ categories: [python, django]
 
 Adding BroadCast Mail to All User Registered in Django Admin. This is my last problem, we need custom default Django Admin to can submit BroadCast mail to All User. Because this is perfectly to make a promotions.
 
-This problem has been helped by our Danny W. Adair who are answered someone's question about the ["Django Admin Customizing"]("http://stackoverflow.com/a/5803941/3445802" target="_blank").
+This problem has been helped by our Danny W. Adair who are answered someone's question about the ["Django Admin Customizing"](http://stackoverflow.com/a/5803941/3445802).
 
 > In this configuration, we use gmail for email backend. Please following this tutorial first [Email BackEnd with SMTP Gmail](https://agusmakmun.github.io/python/django/2016/04/18/email-backend-with-smtp-gmail.html).