diff --git a/WebHostLib/templates/tracker__Starcraft2.html b/WebHostLib/templates/tracker__Starcraft2.html
index b023708f23..b7cc8a29c6 100644
--- a/WebHostLib/templates/tracker__Starcraft2.html
+++ b/WebHostLib/templates/tracker__Starcraft2.html
@@ -24,55 +24,55 @@
-

+
+{{minerals_count}}
-

+
+{{vespene_count}}
-

+
+{{supply_count}}
-

+
+{{max_supply_count}}
-

+
-{{reduced_supply_count}}
-

+
{{construction_speed_count}}
-

+
{{shield_regen_count}}
-

+
{{upgrade_speed_count}}
-

+
{{research_cost_count}}
@@ -116,133 +116,133 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -871,133 +871,133 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -1438,26 +1438,26 @@
@@ -2129,44 +2129,44 @@
@@ -2178,41 +2178,41 @@
-

+
{{kerrigan_level}}
diff --git a/worlds/sc2/client.py b/worlds/sc2/client.py
index e9f46f93b7..1722c031db 100644
--- a/worlds/sc2/client.py
+++ b/worlds/sc2/client.py
@@ -21,7 +21,6 @@ import random
import concurrent.futures
import time
import uuid
-import argparse
from pathlib import Path
# CommonClient import first to trigger ModuleUpdater
@@ -82,7 +81,7 @@ nest_asyncio.apply(loop)
MAX_BONUS: int = 28
# GitHub repo where the Map/mod data is hosted for /download_data command
-DATA_REPO_OWNER = "Ziktofel"
+DATA_REPO_OWNER = "archipelago-sc2"
DATA_REPO_NAME = "Archipelago-SC2-data"
DATA_API_VERSION = "API4"
diff --git a/worlds/sc2/docs/setup_en.md b/worlds/sc2/docs/setup_en.md
index a8d03d5a3d..d6f9f6cda5 100644
--- a/worlds/sc2/docs/setup_en.md
+++ b/worlds/sc2/docs/setup_en.md
@@ -145,7 +145,7 @@ That's the default value in the template, which should let you know to use this
#### How do I know the exact names of items and locations?
You can look up a complete list of the item names in the
-[Icon Repository](https://matthewmarinets.github.io/ap_sc2_icons/) page.
+[APSC2 Item Docs](https://archipelago-sc2.github.io/content-docs/) page.
This page also contains supplementary information of each item.
Locations are of the format `: `. Names are most easily looked up by hovering
diff --git a/worlds/sc2/docs/setup_fr.md b/worlds/sc2/docs/setup_fr.md
index 4e7a9663aa..f5c3b93c16 100644
--- a/worlds/sc2/docs/setup_fr.md
+++ b/worlds/sc2/docs/setup_fr.md
@@ -117,7 +117,7 @@ La page [*datapackage*](/datapackage) d'Archipelago liste l'ensemble des *items*
que le site web prend en charge actuellement, dont ceux de *StarCraft 2*.
Vous trouverez aussi la liste complète des *items* de *StarCraft 2 Archipelago* à la page
-[*Icon Repository*](https://matthewmarinets.github.io/ap_sc2_icons/).
+[*APSC2 Item Docs*](https://archipelago-sc2.github.io/content-docs/).
Notez que cette page contient diverses informations supplémentaires sur chacun des *items*.
Cependant, l'information présente dans cette dernière peut différer de celle du *datapackage* d'Archipelago
puisqu'elle est générée, habituellement, à partir de la version en développement de *StarCraft 2 Archipelago* qui