From 802dafabb5ffaffd9f57dc9f2c5df4619d5bf9f3 Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 4 Jan 2013 04:05:15 +0000 Subject: [PATCH] Moved over benchmarks page --- i2p2www/legacy.py | 1 + {www.i2p2/pages/old => i2p2www/pages/site/misc}/benchmarks.html | 0 2 files changed, 1 insertion(+) rename {www.i2p2/pages/old => i2p2www/pages/site/misc}/benchmarks.html (100%) diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index b0238df1..d0dfdc0a 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -12,6 +12,7 @@ LEGACY_FUNCTIONS_MAP={ LEGACY_PAGES_MAP={ 'applications': 'volunteer/develop/applications', + 'benchmarks': 'misc/benchmarks', 'bittorrent': 'docs/applications/bittorrent', 'blockfile': 'docs/spec/blockfile', 'bob': 'docs/api/bob', diff --git a/www.i2p2/pages/old/benchmarks.html b/i2p2www/pages/site/misc/benchmarks.html similarity index 100% rename from www.i2p2/pages/old/benchmarks.html rename to i2p2www/pages/site/misc/benchmarks.html