1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32720 -- Fixed some broken links in docs.

This commit is contained in:
Nick Pope
2021-04-27 16:38:57 +01:00
committed by Mariusz Felisiak
parent 1c3bbcf802
commit 7c4ee487c7
10 changed files with 12 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ extended.
See :doc:`the documentation on class-based generic views</topics/class-based-views/index>`
for more details. There is also a document to help you `convert
your function-based generic views to class-based
views <https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/>`_.
views <https://raw.githubusercontent.com/django/django/ea9dc9f4b03ae034c1dc080730422dda7a9c2e47/docs/topics/generic-views-migration.txt>`_.
Logging
-------