[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [metrics-web/master] Fix gitweb links.



commit 58a42b6bc39d81c0235539c35895a30f220db0c6
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date:   Fri Dec 5 16:22:13 2014 +0100

    Fix gitweb links.
    
    Spotted by phw on https://collector.tp.o/, but also applies here.
---
 website/web/WEB-INF/about.jsp                       |    8 ++++----
 website/web/WEB-INF/userstats-bridge-country.jsp    |    2 +-
 website/web/WEB-INF/userstats-bridge-table.jsp      |    2 +-
 website/web/WEB-INF/userstats-bridge-transport.jsp  |    2 +-
 website/web/WEB-INF/userstats-bridge-version.jsp    |    2 +-
 website/web/WEB-INF/userstats-censorship-events.jsp |    2 +-
 website/web/WEB-INF/userstats-relay-country.jsp     |    2 +-
 website/web/WEB-INF/userstats-relay-table.jsp       |    2 +-
 website/web/WEB-INF/versions.jsp                    |    2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/website/web/WEB-INF/about.jsp b/website/web/WEB-INF/about.jsp
index 7d3e51b..9026133 100644
--- a/website/web/WEB-INF/about.jsp
+++ b/website/web/WEB-INF/about.jsp
@@ -104,7 +104,7 @@ and that registers itself with the
 example, "Fast", "Stable"), or roles (for example, "Authority", "HSDir"),
 as assigned by the <a href="#directory-authority">directory
 authorities</a> and further defined in the
-<a href="https://gitweb.torproject.org/torspec.git/blob/HEAD:/dir-spec.txt";>directory
+<a href="https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt";>directory
 protocol specification</a>.</p>
 
 <h3>Frequently asked questions</h3>
@@ -129,7 +129,7 @@ paper</a> where we describe how we measure potentially sensitive data in
 the Tor network.
 Whenever we plan to add new data, this plan needs to go through a rigorous
 process of writing a
-<a href="https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/001-process.txt";>proposal
+<a href="https://gitweb.torproject.org/torspec.git/tree/proposals/001-process.txt";>proposal
 document</a>, which is usually discussed on the
 <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev";>public
 development list</a>, and publicly reviewing code patches on the
@@ -182,7 +182,7 @@ counting those requests we can make some rough estimates how many users
 there are.
 If you want to learn more, there's a more detailed document available
 dubbed
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about user statistics</a>.
 We also wrote a technical report titled
 <a href="https://research.torproject.org/techreports/counting-daily-bridge-users-2012-10-24.pdf";>Counting
@@ -211,7 +211,7 @@ It simply takes time to report, collect, and process all the data.
 <br>
 A: Yes, all raw numbers are available in <a href="stats/">comma-separated
 value files (.csv)</a>, which have their own
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/stats-spec.txt";>specification
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/stats-spec.txt";>specification
 document</a>.
 In addition to that, the raw data behind those .csv files are available
 via the <a href="https://collector.torproject.org/";>CollecTor service</a>.
diff --git a/website/web/WEB-INF/userstats-bridge-country.jsp b/website/web/WEB-INF/userstats-bridge-country.jsp
index 814d33d..173e934 100644
--- a/website/web/WEB-INF/userstats-bridge-country.jsp
+++ b/website/web/WEB-INF/userstats-bridge-country.jsp
@@ -49,7 +49,7 @@ country codes, so that graphs are available for most countries.</p>
 <p>Download graph as
 <a href="userstats-bridge-country.pdf${userstats_bridge_country_url}">PDF</a> or
 <a href="userstats-bridge-country.svg${userstats_bridge_country_url}">SVG</a>.
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/userstats-bridge-table.jsp b/website/web/WEB-INF/userstats-bridge-table.jsp
index a243399..f334fee 100644
--- a/website/web/WEB-INF/userstats-bridge-table.jsp
+++ b/website/web/WEB-INF/userstats-bridge-table.jsp
@@ -51,7 +51,7 @@ country codes, so that numbers are available for most countries.</p>
   </c:forEach>
 </table>
 <p>
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/userstats-bridge-transport.jsp b/website/web/WEB-INF/userstats-bridge-transport.jsp
index b9e4e04..1a8ad88 100644
--- a/website/web/WEB-INF/userstats-bridge-transport.jsp
+++ b/website/web/WEB-INF/userstats-bridge-transport.jsp
@@ -55,7 +55,7 @@ so that graphs are available for different transports.</p>
 <p>Download graph as
 <a href="userstats-bridge-transport.pdf${userstats_bridge_transport_url}">PDF</a> or
 <a href="userstats-bridge-transport.svg${userstats_bridge_transport_url}">SVG</a>.
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/userstats-bridge-version.jsp b/website/web/WEB-INF/userstats-bridge-version.jsp
index a8ac85b..a8ab0c3 100644
--- a/website/web/WEB-INF/userstats-bridge-version.jsp
+++ b/website/web/WEB-INF/userstats-bridge-version.jsp
@@ -47,7 +47,7 @@ available for both IP versions 4 and 6.</p>
 <p>Download graph as
 <a href="userstats-bridge-version.pdf${userstats_bridge_version_url}">PDF</a> or
 <a href="userstats-bridge-version.svg${userstats_bridge_version_url}">SVG</a>.
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/userstats-censorship-events.jsp b/website/web/WEB-INF/userstats-censorship-events.jsp
index 1400192..c08a2b0 100644
--- a/website/web/WEB-INF/userstats-censorship-events.jsp
+++ b/website/web/WEB-INF/userstats-censorship-events.jsp
@@ -51,7 +51,7 @@ more details, see this
   </c:forEach>
 </table>
 <p>
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/userstats-relay-country.jsp b/website/web/WEB-INF/userstats-relay-country.jsp
index c27afb1..76b07ba 100644
--- a/website/web/WEB-INF/userstats-relay-country.jsp
+++ b/website/web/WEB-INF/userstats-relay-country.jsp
@@ -63,7 +63,7 @@ details, see this
 <p>Download graph as
 <a href="userstats-relay-country.pdf${userstats_relay_country_url}">PDF</a> or
 <a href="userstats-relay-country.svg${userstats_relay_country_url}">SVG</a>.
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/userstats-relay-table.jsp b/website/web/WEB-INF/userstats-relay-table.jsp
index d565360..03431fa 100644
--- a/website/web/WEB-INF/userstats-relay-table.jsp
+++ b/website/web/WEB-INF/userstats-relay-table.jsp
@@ -52,7 +52,7 @@ available for most countries.</p>
   </c:forEach>
 </table>
 <p>
-<a href="https://gitweb.torproject.org/metrics-web.git/blob/HEAD:/doc/users-q-and-a.txt";>Questions
+<a href="https://gitweb.torproject.org/metrics-web.git/tree/doc/users-q-and-a.txt";>Questions
 and answers about users statistics</a></p>
 
 <h4>Related metrics</h4>
diff --git a/website/web/WEB-INF/versions.jsp b/website/web/WEB-INF/versions.jsp
index 2e516ce..82e3401 100644
--- a/website/web/WEB-INF/versions.jsp
+++ b/website/web/WEB-INF/versions.jsp
@@ -24,7 +24,7 @@ More details on when these versions were declared stable or unstable can
 be found on the
 <a href="https://www.torproject.org/download/download.html";>download page</a>
 and in the
-<a href="https://gitweb.torproject.org/tor.git/blob/HEAD:/ChangeLog";>changes file</a>.</p>
+<a href="https://gitweb.torproject.org/tor.git/tree/ChangeLog";>changes file</a>.</p>
 <img src="versions.png${versions_url}"
      width="576" height="360" alt="Relay versions graph">
 <form action="versions.html">

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits