Update Program.cs
diff --git a/PokemonGo/RocketAPI/Console/Program.cs b/PokemonGo/RocketAPI/Console/Program.cs
index 00727b2..02b2e84 100644
--- a/PokemonGo/RocketAPI/Console/Program.cs
+++ b/PokemonGo/RocketAPI/Console/Program.cs
@@ -74,7 +74,7 @@ namespace PokemonGo.RocketAPI.Console
using (var wC = new WebClient())
return
wC.DownloadString(
- "https://raw.githubusercontent.com/DetectiveSquirrel/PokemonGo-Bot/master/PokemonGo/RocketAPI/Console/Properties/AssemblyInfo.cs");
+ "https://raw.githubusercontent.com/DetectiveSquirrel/Pokemon-Go-Rocket-API/master/PokemonGo/RocketAPI/Console/Properties/AssemblyInfo.cs");
}
public static void ColoredConsoleWrite(ConsoleColor color, string text)
You may download the files in Public Git.