summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-07-28 13:31:41 -0400
committerTim Graham <timograham@gmail.com>2012-07-28 13:33:19 -0400
commit94e91f75b989fade5cff010a389d1ebc9569180a (patch)
tree8f5c68efdbe331c5d6d65db1e6baf5a0aa8ed342
parent498bf5c26cfba5e4c452501c82cfa8501cfc7d96 (diff)
[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.
Backport of 07d70e9b26 from master
-rw-r--r--docs/ref/middleware.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 99e2ae3838..b92fe2c0a1 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -146,7 +146,7 @@ Locale middleware
Enables language selection based on data from the request. It customizes
content for each user. See the :doc:`internationalization documentation
-</topics/i18n/index>`.
+</topics/i18n/translation>`.
Message middleware
------------------