Updated legacy /papers redirect

This commit is contained in:
str4d
2013-09-09 12:21:50 +00:00
parent bce683560c
commit 8ad831043e

View File

@@ -10,6 +10,7 @@ LEGACY_FUNCTIONS_MAP={
'download': {'function': 'downloads_list', 'params': {}},
'installation': {'function': 'downloads_list', 'params': {}},
'meetings': {'function': 'meetings_index', 'params': {}},
'papers': {'function': 'papers_list', 'params': {}},
'statusnotes': {'function': 'blog_index', 'params': {}},
}
@@ -86,7 +87,6 @@ LEGACY_PAGES_MAP={
'ntcp': 'docs/transport/ntcp',
'ntcp_discussion': 'docs/discussions/ntcp',
'othernetworks': 'comparison/other-networks',
'papers': 'research/papers',
'performance-history': 'about/performance/history',
'performance': 'about/performance/future',
'plugin_spec': 'docs/spec/plugin',