Skip to content

Commit 8e93635

Browse files
committed
[IM] Replace IX-F URL as they appear to have changed it
1 parent a26ef72 commit 8e93635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Http/Controllers/InfrastructureController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function feInit(): void
8585
'ixf_ix_id' => [
8686
'title' => 'IXF-ID',
8787
'type' => self::$FE_COL_TYPES[ 'REPLACE' ],
88-
'subject' => '<a href="' . config( 'ixp_api.IXPDB.ixp_www' ) . '/%%COL%%/" target="_blank">%%COL%%</a>',
88+
'subject' => '<a href="' . config( 'ixp_api.IXPDB.ixp_www' ) . '" target="_blank">%%COL%%</a>',
8989
],
9090
'peeringdb_ix_id' => [
9191
'title' => 'PeeringDB ID',

config/ixp_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
*/
114114
'IXPDB' => [
115115
'ixp_api' => env( 'IXP_API_IXPDB_IXP_URL', "https://api.ixpdb.net/v1/provider/list" ),
116-
'ixp_www' => env( 'IXP_WWW_IXPDB_IXP_URL', "https://ixpdb.euro-ix.net/en/ixpdb/ixp" ),
116+
'ixp_www' => env( 'IXP_WWW_IXPDB_IXP_URL', "https://ixpdb.euro-ix.net/en/explore/ixp/%%COL%%/" ),
117117
],
118118

119119
/*

0 commit comments

Comments
 (0)