diff --git a/source/options/SuperSecretDebugMenu.hx b/source/options/SuperSecretDebugMenu.hx index fd13e378ed7..e7d95e3d39b 100644 --- a/source/options/SuperSecretDebugMenu.hx +++ b/source/options/SuperSecretDebugMenu.hx @@ -160,7 +160,7 @@ class SuperSecretDebugMenu extends BaseOptionsMenu function doDaUpdate():Void { if(ClientPrefs.checkForUpdates) { trace('checking for update'); - var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/versionTest.downloadMe"); + var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/THECHANGELOG.md"); var returnedData:Array = []; http.onData = function (data:String)