summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-02-25 13:01:15 -0500
committerTim Graham <timograham@gmail.com>2013-02-25 13:01:15 -0500
commit52bac4ede1c825c097c7a7027c1637a7cd9cbf4d (patch)
tree2f9757de2cf8180513b0e458d5c7628433ab83ba /docs
parentdb1e8bdc33a8bfa4b47a765cb2a7a66aafa52bad (diff)
[1.4.x] Fixed #19911 - Updated generic view links.
Thanks marc@ for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial04.txt2
-rw-r--r--docs/ref/contrib/messages.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index 85d54c34f6..6a55917fd5 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -320,7 +320,7 @@ function anymore -- generic views can be (and are) used multiple times
Run the server, and use your new polling app based on generic views.
For full details on generic views, see the :doc:`generic views documentation
-</topics/http/generic-views>`.
+</topics/generic-views>`.
Coming soon
===========
diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt
index 3227645915..504691bbbd 100644
--- a/docs/ref/contrib/messages.txt
+++ b/docs/ref/contrib/messages.txt
@@ -275,7 +275,7 @@ example::
messages.info(request, 'Hello world.', fail_silently=True)
Internally, Django uses this functionality in the create, update, and delete
-:doc:`generic views </topics/http/generic-views>` so that they work even if the
+:doc:`generic views </topics/generic-views>` so that they work even if the
message framework is disabled.
.. note::