diff --git a/components/match2/wikis/counterstrike/match_external_links.lua b/components/match2/wikis/counterstrike/match_external_links.lua index 6554c061a69..b25c4a81017 100644 --- a/components/match2/wikis/counterstrike/match_external_links.lua +++ b/components/match2/wikis/counterstrike/match_external_links.lua @@ -178,7 +178,7 @@ return { name = 'gamersclub', icon = 'Gamers Club icon lightmode.png', iconDark = 'Gamers Club icon darkmode.png', - prefixLink = 'https://csgo.gamersclub.gg/tournaments/csgo/', + prefixLink = 'https://gamersclub.com.br/tournaments/cs/', label = 'Matchpage and Stats on Gamers Club', isMapStats = true }, @@ -186,7 +186,7 @@ return { name = 'gamersclublobby', icon = 'Gamers Club icon lightmode.png', iconDark = 'Gamers Club icon darkmode.png', - prefixLink = 'https://csgo.gamersclub.gg/lobby/partida/', + prefixLink = 'https://gamersclub.com.br/lobby/partida/', label = 'Matchpage and Stats on Gamers Club', isMapStats = true }, diff --git a/standard/links/commons/links.lua b/standard/links/commons/links.lua index 782266895a6..53b2221142f 100644 --- a/standard/links/commons/links.lua +++ b/standard/links/commons/links.lua @@ -96,11 +96,6 @@ local PREFIXES = { player = 'https://www.factor.gg/player/', }, fanclub = {''}, - gamersclub = { - 'https://csgo.gamersclub.gg/campeonatos/csgo/', - team = 'https://csgo.gamersclub.gg/team/', - player = 'https://csgo.gamersclub.gg/jogador/', - }, gosugamers = {''}, gplus = {'http://plus.google.com/-plus'}, halodatahive = { diff --git a/standard/links/wikis/counterstrike/links_custom_data.lua b/standard/links/wikis/counterstrike/links_custom_data.lua index 828384b3a0b..47573f169f0 100644 --- a/standard/links/wikis/counterstrike/links_custom_data.lua +++ b/standard/links/wikis/counterstrike/links_custom_data.lua @@ -8,6 +8,11 @@ return { prefixes = { + gamersclub = { + 'https://gamersclub.com.br/tournaments/cs/', + team = 'https://gamersclub.com.br/team/', + player = 'https://gamersclub.com.br/player/', + }, faceit = { 'https://www.faceit.com/en/csgo/tournament/', team = 'https://www.faceit.com/en/teams/',