mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 22:40:22 +00:00
Update ThreadPath
static link on forums
This commit is contained in:
parent
66a838353f
commit
361af826e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue