Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update issue link to jjw24
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 committed Feb 26, 2020
1 parent 44f19a4 commit 3f2dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wox.Infrastructure/Wox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static string DetermineDataDirectory()
public static readonly string DataDirectory = DetermineDataDirectory();
public static readonly string PluginsDirectory = Path.Combine(DataDirectory, Plugins);
public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins);
public const string Issue = "https://github.com/Wox-launcher/Wox/issues/new";
public const string Issue = "https://github.com/jjw24/Wox/issues/new";
public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location.NonNull()).ProductVersion;

public static readonly int ThumbnailSize = 64;
Expand Down

0 comments on commit 3f2dcc3

Please sign in to comment.