diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 20e91bc394..45a31fc875 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -988,7 +988,7 @@ In addition to ``extra_context``, the template's context will be: ``Form`` objects in templates. .. _authentication system: ../authentication/ -.. _ModelForm docs: ../forms/modelforms +.. _ModelForm docs: ../modelforms/ .. _forms documentation: ../forms/ ``django.views.generic.create_update.update_object``