From 9682cb5aadde3c491d276edcc2618e0b9191c370 Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Tue, 15 Nov 2011 08:33:11 -0800 Subject: [PATCH] Change /i18n redirect to /r/i18n --- r2/r2/config/routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/config/routing.py b/r2/r2/config/routing.py index ad17d2f8c..5fa0694ad 100644 --- a/r2/r2/config/routing.py +++ b/r2/r2/config/routing.py @@ -79,7 +79,7 @@ def make_map(global_conf={}, app_conf={}): mc('/awards', controller='front', action='awards') mc('/i18n', controller='redirect', action='redirect', - dest='http://www.reddit.com/r/r18n') + dest='http://www.reddit.com/r/i18n') mc('/feedback', controller='feedback', action='feedback') mc('/ad_inq', controller='feedback', action='ad_inq')