Update ThreadPath

static link on forums
This commit is contained in:
Kurt 2016-12-05 21:17:53 -08:00
parent 66a838353f
commit 361af826e6

View file

@ -254,7 +254,7 @@ namespace PKHeX
public static string DatabasePath => Path.Combine(WorkingDirectory, "pkmdb");
public static string MGDatabasePath => Path.Combine(WorkingDirectory, "mgdb");
private static string BackupPath => Path.Combine(WorkingDirectory, "bak");
private static string ThreadPath => @"https://projectpokemon.org/forums/showthread.php?36986";
private static string ThreadPath => @"https://projectpokemon.org/pkhex/";
private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX/master/PKHeX/Resources/text/version.txt";
#endregion