From 8ad831043eeaca7afde78d5765ca0255442d5ad0 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 9 Sep 2013 12:21:50 +0000 Subject: [PATCH] Updated legacy /papers redirect --- i2p2www/legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index 2c41cbd49..0900923ae 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -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', -- GitLab