Skip to content

Commit d87713e

Browse files
committed
Fixup broken link to external django documentation re: porting to Python 3 and unicode_literals
1 parent 39a066e commit d87713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/unicode_literals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Others' perspectives
145145
In favour of ``unicode_literals``
146146
*********************************
147147

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

0 commit comments

Comments
 (0)