aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/relay-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'allium/templates/relay-list.html')
-rw-r--r--allium/templates/relay-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/allium/templates/relay-list.html b/allium/templates/relay-list.html
index 658d608..6c25cef 100644
--- a/allium/templates/relay-list.html
+++ b/allium/templates/relay-list.html
@@ -81,7 +81,7 @@
{% endif -%}
<td>{{ obs_bandwidth }}</td>
<td class="visible-md visible-lg">
- <a href="https://bgp.he.net/ip/{{ relay['or_addresses'][0].split(':', 1)[0]|escape }}">{{
+ <a href="https://bgp.tools/prefix/{{ relay['or_addresses'][0].split(':', 1)[0]|escape }}">{{
relay['or_addresses'][0].split(':', 1)[0]|escape }}</a>
</td>
{% if relay['as'] -%}
@@ -98,7 +98,7 @@
{% endif -%}
{% if relay['as_name'] -%}
<td>
- <a href="https://bgp.he.net/{{ relay['as']|escape }}"
+ <a href="https://bgp.tools/{{ relay['as']|escape }}"
title="{{ relay['as_name']|escape }}">{{
relay['as_name']|escape|truncate(length=20) }}</a>
</td>