commit 992bf36ad2157c39e7f61014de3c7c364f0d45df Author: iwakeh iwakeh@torproject.org Date: Fri Sep 15 14:07:06 2017 +0000
Adapt all links in overview.html.
Implement task-23597. Reflect changes of links in Trac module names and Metrics' website. --- src/main/resources/overview.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/overview.html b/src/main/resources/overview.html index a565536..f983410 100644 --- a/src/main/resources/overview.html +++ b/src/main/resources/overview.html @@ -13,7 +13,7 @@ directory protocol, version 3</a> or in the earlier <a href="https://gitweb.torproject.org/torspec.git/tree/attic/dir-spec-v1.txt">version 1</a> of that document. Other descriptors are specified on the -<a href="https://collector.torproject.org/">CollecTor website</a>.</p> +<a href="https://metrics.torproject.org/collector.html#available-descriptors">CollecTor website</a>.</p>
<p>The interfaces in <a href="./org/torproject/descriptor/package-summary.html">{@code org.torproject.descriptor}</a> @@ -25,7 +25,7 @@ accessible for statistical analysis:</p> <ul> <li><em>Complete coverage:</em> This library is supposed to cover the complete range of Tor descriptors made available by the -<a href="https://collector.torproject.org">CollecTor</a> service.</li> +<a href="https://metrics.torproject.org/collector.html">CollecTor</a> service.</li> <li><em>Runtime and memory efficiency:</em> Processing large amounts of descriptors in bulk is supposed to be efficient in terms of runtime and required memory.</li> @@ -60,9 +60,10 @@ would correspond to the provided descriptor sources.</li>
<p>Contact and further information: <ul> -<li><a href="https://trac.torproject.org/projects/tor/query?status=!closed&component=Metrics%2Fmetrics-lib">Tor Metrics Library Bug Tracker</a></li> +<li><a href="https://trac.torproject.org/projects/tor/query?status=!closed&component=Metrics%2FLibrary">Tor Metrics Library Bug Tracker</a></li> <li><a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/metrics-team">Metrics Team Mailing List</a></li> -<li><a href="https://trac.torproject.org/projects/tor/wiki/org/teams/MetricsTeam">Metrics Team Website</a></li> +<li><a href="https://metrics.torproject.org">Metrics Website</a></li> +<li><a href="https://trac.torproject.org/projects/tor/wiki/org/teams/MetricsTeam">Metrics Team Wiki</a></li> </ul> </body> </html>
tor-commits@lists.torproject.org