Change /i18n redirect to /r/i18n

This commit is contained in:
Keith Mitchell
2011-11-15 08:33:11 -08:00
parent 3adb5591a8
commit 9682cb5aad

View File

@@ -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')