diff options
| author | Tim Graham <timograham@gmail.com> | 2012-07-28 13:31:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-07-28 13:31:41 -0400 |
| commit | 07d70e9b267797f5f375a1dfcc0513a68d0feb5f (patch) | |
| tree | b521f98d7b550649defa285768b4684c1011ba4c /docs | |
| parent | 00d5e632fabc03a0633b9910605b23bcec439cdc (diff) | |
Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index c280202ebf..a6ea9a6c41 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 ------------------ |
