From de8ce0cb5b15edd016b4f19196ba3372eb7bb5f1 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 9 Jul 2008 17:37:22 -0700
Subject: [PATCH] welcome page: add link to statistics page

---
 src/allmydata/web/welcome.xhtml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml
index d82498a8..874e0930 100644
--- a/src/allmydata/web/welcome.xhtml
+++ b/src/allmydata/web/welcome.xhtml
@@ -18,7 +18,10 @@
 <div>Tahoe code imported from: <span n:render="string" n:data="import_path" /></div>
 <div n:render="services">Services Running:</div>
 
-<div><a href="status/">Uploads and Downloads</a></div>
+<div>
+  <a href="status/">Recent Uploads and Downloads</a>,
+  <a href="statistics">Operational Statistics</a>
+</div>
 
 <h2>The Controls</h2>
 
-- 
2.45.2