Skip to content

Commit

Permalink
Change help link
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Feb 12, 2024
1 parent fce522e commit cabeae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dev/Editor/EffekseerCore/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ public static void UpdateResourcePaths(string path)
/// </summary>
public static string GetToolHelpURL()
{
const string baseURL = "https://effekseer.github.io/Helps/17x/Tool/";
const string baseURL = "https://effekseer.github.io/Helps/18x/Tool/";
string language = (LanguageTable.Languages[LanguageTable.SelectedIndex] == "ja") ? "ja" : "en";
return baseURL + language + "/";
}
Expand Down

0 comments on commit cabeae4

Please sign in to comment.