aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/relay-info.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/templates/relay-info.html')
-rw-r--r--tor-metrics/templates/relay-info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-metrics/templates/relay-info.html b/tor-metrics/templates/relay-info.html
index 78af670..cfa974a 100644
--- a/tor-metrics/templates/relay-info.html
+++ b/tor-metrics/templates/relay-info.html
@@ -147,7 +147,7 @@
<dt>AS Name</dt>
<dd>
{% if relay['as_name'] -%}
- {{ relay['as_name']|escape }} (<a href='https://bgp.he.net/{{ relay['as']|escape }}'>bgp</a>)
+ {{ relay['as_name']|escape }} (<a href='https://bgp.he.net/{{ relay['as']|escape }}'>BGP</a>)
{% else -%}
unknown
{% endif -%}