Skip to content

Commit

Permalink
webui: Updated link to peeringdb to use asn (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
laf authored and murrant committed May 10, 2017
1 parent b6e18db commit 528a149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/includes/table/ix-peers.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'remote_ipaddr4' => $peer['remote_ipaddr4'],
'peer' => $peer['name'],
'connected' => "$connected",
'links' => "<a href='https://peeringdb.com/net/$peer_id' target='_blank'><i class='fa fa-database'></i></a>",
'links' => "<a href='https://peeringdb.com/asn/{$peer['remote_asn']}' target='_blank'><i class='fa fa-database'></i></a>",
);
}

Expand Down

0 comments on commit 528a149

Please sign in to comment.