commit 4f11d77d8afd81f76a97915e660358c186f989a8 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jul 6 15:38:04 2017 +0200
Update @type bridge-network-status to 1.2 everywhere. --- website/src/main/resources/web/WEB-INF/collector.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/collector.jsp b/website/src/main/resources/web/WEB-INF/collector.jsp index 5f078c6..4b37e5e 100644 --- a/website/src/main/resources/web/WEB-INF/collector.jsp +++ b/website/src/main/resources/web/WEB-INF/collector.jsp @@ -118,7 +118,7 @@ </tr> <tr> <td><a href="#type-bridge-network-status">Bridge Network Statuses</a></td> - <td><code>@type bridge-network-status 1.1</code></td> + <td><code>@type bridge-network-status 1.2</code></td> <td><a href="https://collector.torproject.org/recent/bridge-descriptors/statuses/" target="_blank" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> <a href="https://collector.torproject.org/archive/bridge-descriptors/statuses/" target="_blank" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> </tr> @@ -450,7 +450,7 @@ descriptor including all signatures.</li> </ol>
<h3 id="type-bridge-network-status" class="hover">Bridge Network Statuses -<small><code>@type bridge-network-status 1.1</code></small> +<small><code>@type bridge-network-status 1.2</code></small> <a href="https://collector.torproject.org/recent/bridge-descriptors/statuses/" target="_blank" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> <a href="https://collector.torproject.org/archive/bridge-descriptors/" target="_blank" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a> <a href="#type-bridge-network-status" class="anchor">#</a>
tor-commits@lists.torproject.org