diff --git a/src/RocketBotGUI/MainForm.cs b/src/RocketBotGUI/MainForm.cs index 24783ecd2..960856e28 100644 --- a/src/RocketBotGUI/MainForm.cs +++ b/src/RocketBotGUI/MainForm.cs @@ -169,7 +169,7 @@ private static string DownloadServerVersion() using (var wC = new WebClient()) return wC.DownloadString( - "https://raw.githubusercontent.com/TheUnnameOrganization/RocketBot/master/PokemonGo/RocketAPI/Properties/AssemblyInfo.cs"); + "https://raw.githubusercontent.com/TheUnnameOrganization/RocketBot/Beta-Build/src/RocketBotGUI/Properties/AssemblyInfo.cs"); } public static void ColoredConsoleWrite(Color color, string text)