forked from mirrors/thatmattlove-hyperglass
fix default peeringdb link
This commit is contained in:
parent
250906f463
commit
b5bcc0770b
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class ExternalLink(HyperglassLevel3):
|
|||
|
||||
enable: StrictBool = True
|
||||
title: StrictStr = "PeeringDB"
|
||||
url: HttpUrl = "https://www.peeringdb.com/AS{primary_asn}"
|
||||
url: HttpUrl = "https://www.peeringdb.com/asn/{primary_asn}"
|
||||
|
||||
|
||||
class HelpMenu(HyperglassLevel3):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue