From 6049f1628b472aab6aa7bb225f8ade157963546a Mon Sep 17 00:00:00 2001 From: mbcodes Date: Tue, 22 Oct 2024 20:12:13 -0700 Subject: [PATCH] Improved accessibility of docs text link from generic 'here' to a descriptive name. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 85ad0d400f..bcba07ad85 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -1230,7 +1230,7 @@ details on these changes. instead use ``django.contrib.formtools.utils.form_hmac`` * The function-based generic view modules will be removed in favor of their - class-based equivalents, outlined :doc:`here + class-based equivalents, outlined in :doc:`class-based views `. * The ``django.core.servers.basehttp.AdminMediaHandler`` will be