aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/misc-networks.html
diff options
context:
space:
mode:
Diffstat (limited to 'allium/templates/misc-networks.html')
-rw-r--r--allium/templates/misc-networks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/allium/templates/misc-networks.html b/allium/templates/misc-networks.html
index b68aab0..77c3942 100644
--- a/allium/templates/misc-networks.html
+++ b/allium/templates/misc-networks.html
@@ -57,7 +57,7 @@
</td>
{% if v['as_name'] -%}
<td title="{{ v['as_name']|escape }}">
- <a href="https://bgp.he.net/{{ k|escape }}">{{ v['as_name']|truncate(20)|escape }}</a>
+ <a href="https://bgp.tools/{{ k|escape }}">{{ v['as_name']|truncate(20)|escape }}</a>
</td>
{% else -%}
<td>Unknown</td>