diff --git a/UnleashedRecomp/install/update_checker.cpp b/UnleashedRecomp/install/update_checker.cpp index ef3c9aab..5315a67b 100644 --- a/UnleashedRecomp/install/update_checker.cpp +++ b/UnleashedRecomp/install/update_checker.cpp @@ -13,7 +13,7 @@ using json = nlohmann::json; -static const char *CHECK_URL = "https://api.github.com/repos/blueskythlikesclouds/MikuMikuLibrary/releases/latest"; +static const char *CHECK_URL = "https://api.github.com/repos/hedge-dev/UnleashedRecomp/releases/latest"; static const char *VISIT_URL = "https://github.com/hedge-dev/UnleashedRecomp/releases/latest"; static const char *USER_AGENT = "UnleashedRecomp-Agent";