File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ quanza:
129129nlnogring :
130130 name : NLNOG RING
131131 site : https://ring.nlnog.net/
132+ asn :
133+ - 199036
132134globale-dc :
133135 name : Global-e Datacenter
134136 asn : 39591
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
66 < meta name ="description " content ="List of participants of NLNOG ">
7- < meta name ="author " content ="Cas de Reuver ">
7+ < meta name ="author " content ="Stichting NLNOG ">
88 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css "
99 integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous ">
1010 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/flag-icon-css@3.4.5/css/flag-icon.min.css ">
@@ -109,7 +109,7 @@ <h1 class="page-header">NLNOGbook</h1>
109109 companyCounter = 0 ;
110110 for ( var asn in company . asn ) {
111111 var asn = company . asn [ asn ] ;
112- asnStr . append ( '<a href="https://apps.db.ripe.net/db-web-ui/lookup?source=ripe&key=AS ' + asn + '&type=aut-num " target="_blank">AS' + asn + '</a><br />' ) ;
112+ asnStr . append ( '<a href="https://peeringdb.com/asn/ ' + asn + '" target="_blank">AS' + asn + '</a><br />' ) ;
113113 if ( companyCounter > 0 ) {
114114 companyStr . append ( '<br />' ) ;
115115 }
You can’t perform that action at this time.
0 commit comments