X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/f0c2e0ab1aba2e1adfe10c57b822266f48a5fdd5..a04c09e78fe512996dba373e19381dca1b7dfc55:/assets/pie_graphs.js

diff --git a/assets/pie_graphs.js b/assets/pie_graphs.js
index b883b98..7a6e8b7 100644
--- a/assets/pie_graphs.js
+++ b/assets/pie_graphs.js
@@ -19,7 +19,8 @@ PieDrawer.pie = d3.layout.pie()
     .sort(null)
     .value(function(d) { return d.frac; });
 
-PieDrawer.onionoo_url = "https://onionoo.torproject.org/bandwidth?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3%20Nos%20oignons%20-%2017WLwtW63FrHeMAEVkALnwhfmizBxGXDW1%20email:adminsys[]nos-oignons.net%20url:https://nos-oignons.net%20proof:uri-rsa%20ciissversion:2";
+PieDrawer.onionoo_url = "https://onionoo.torproject.org/details?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3%20Nos%20oignons%20-%2017WLwtW63FrHeMAEVkALnwhfmizBxGXDW1%20email:adminsys[]nos-oignons.net%20url:https://nos-oignons.net%20proof:uri-rsa%20ciissversion:2";
+
 
 PieDrawer.prototype.getFieldName = undefined;
 PieDrawer.prototype.getField = undefined;