jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Update verbatim tag hyperlink #251

Closed B3QL closed 8 years ago

B3QL commented 8 years ago

Django 1.5 documentation isn't available so current hyperlink points to 404 error page.

adrienbrunet commented 8 years ago

Thanks!

jrief commented 8 years ago

Thanks @B3QL Presumingly the most future proof way for linking to the Django docs, is to use the stable tag, say https://docs.djangoproject.com/en/stable/ref/templates/builtins/#verbatim

adrienbrunet commented 8 years ago

I just updated the docs to use '/stable/' instead of 1.5 and 1.9 =)