Skip to content

Commit

Permalink
feat(infobox): update FACEIT League links to match new format (#5251)
Browse files Browse the repository at this point in the history
* fix CS wiki

* fix OW wiki
  • Loading branch information
iMarbot authored Dec 30, 2024
1 parent 954dc8f commit efdced8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standard/links/wikis/counterstrike/links_custom_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {
player = 'https://www.faceit.com/en/players/',
},
['faceit-l'] = {
'https://www.faceit.com/en//league//a14b8616-45b9-4581-8637-4dfd0b5f6af8/',
'https://www.faceit.com/en/-/league/-/a14b8616-45b9-4581-8637-4dfd0b5f6af8/',
},
esl = {
'',
Expand Down
2 changes: 1 addition & 1 deletion standard/links/wikis/overwatch/links_custom_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return {
prefixes = {
['faceit-l'] = {
'https://www.faceit.com/en//league//88c7f7ec-4cb8-44d3-a5db-6e808639c232/',
'https://www.faceit.com/en/-/league/-/88c7f7ec-4cb8-44d3-a5db-6e808639c232/',
},
faceit = {
'',
Expand Down

0 comments on commit efdced8

Please sign in to comment.