Skip to content

Commit

Permalink
Fixup broken link to external django documentation re: porting to Pyt…
Browse files Browse the repository at this point in the history
…hon 3 and unicode_literals
  • Loading branch information
23andAustin committed Oct 10, 2017
1 parent 39a066e commit d87713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/unicode_literals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Others' perspectives
In favour of ``unicode_literals``
*********************************

Django recommends importing ``unicode_literals`` as its top `porting tip <https://docs.djangoproject.com/en/dev/topics/python3/#unicode-literals>`_ for
Django recommends importing ``unicode_literals`` as its top `porting tip <https://docs.djangoproject.com/en/1.11/topics/python3/#unicode-literals>`_ for
migrating Django extension modules to Python 3. The following `quote
<https://groups.google.com/forum/#!topic/django-developers/2ddIWdicbNY>`_ is
from Aymeric Augustin on 23 August 2012 regarding why he chose
Expand Down

0 comments on commit d87713e

Please sign in to comment.