[metrics-web/master] Document versions graph better.

commit 05a8b0e437b9793fda01c8f0da633f74039f77f7 Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Thu Nov 22 11:17:45 2018 +0100 Document versions graph better. Fixes #28462. --- src/main/resources/web/json/metrics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/web/json/metrics.json b/src/main/resources/web/json/metrics.json index 502b0e6..527f13f 100644 --- a/src/main/resources/web/json/metrics.json +++ b/src/main/resources/web/json/metrics.json @@ -26,7 +26,7 @@ "id": "versions", "title": "Relays by tor version", "type": "Graph", - "description": "<p>This graph shows the number of running <a href=\"glossary.html#relay\">relays</a> by tor software version. Relays report their tor software version when they announce themselves in the network. 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/tree/ChangeLog\">changes file</a>.</p>", + "description": "<p>This graph shows the number of running <a href=\"glossary.html#relay\">relays</a> by tor software version. Relays report their tor software version when they announce themselves in the network. New major versions are added to the graph as soon as they are first recommended by the directory authorities. 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/tree/ChangeLog\">changes file</a>.</p>", "function": "versions", "parameters": [ "start",
participants (1)
-
karsten@torproject.org