[tor-commits] [metrics-web/master] Fix dead links to CSV files.

karsten at torproject.org karsten at torproject.org
Sun Jan 26 09:55:49 UTC 2014


commit 68446f03bd5f6b8e441101c3596e4164679271b0
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Sun Jan 26 10:52:19 2014 +0100

    Fix dead links to CSV files.
    
    Reported by sysrqb, fixes #10721.
---
 website/etc/web.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/etc/web.xml b/website/etc/web.xml
index f85d500..fa446bc 100644
--- a/website/etc/web.xml
+++ b/website/etc/web.xml
@@ -131,7 +131,7 @@
     <init-param>
       <param-name>statsDir</param-name>
       <param-value>
-        /srv/metrics.torproject.org/web/stats/
+        /srv/metrics.torproject.org/web/shared/stats/
       </param-value>
     </init-param>
   </servlet>



More information about the tor-commits mailing list