diff --git a/source/TitleState.hx b/source/TitleState.hx index 106be22..213d816 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -309,7 +309,7 @@ class TitleState extends MusicBeatState // Get current version of Kade Engine //var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/master/version.downloadMe"); - var http = new haxe.Http("https://raw.githubusercontent.com/theDetourist/Kade-Engine/patchnotes/version.downloadMe"); + var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/patchnotes/version.downloadMe"); var returnedData:Array = []; http.onData = function (data:String)