Skip to content

Commit

Permalink
暂时的链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Wokann authored May 7, 2022
1 parent 1d93216 commit 9e8f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKHeX.WinForms/MainWindow/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private set
private static readonly string TemplatePath = Path.Combine(WorkingDirectory, "template");
private static readonly string TrainerPath = Path.Combine(WorkingDirectory, "trainers");
private static readonly string PluginPath = Path.Combine(WorkingDirectory, "plugins");
private const string ThreadPath = "https://wokann.github.io/Tool/pkhex/index.html";
private const string ThreadPath = "https://wokann.github.io/2021/12/14/hello-world/";

public static readonly PKHeXSettings Settings = PKHeXSettings.GetSettings(ConfigPath);

Expand Down

0 comments on commit 9e8f0be

Please sign in to comment.