Skip to content

Commit

Permalink
Fix typo in link TLD.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthepsy committed Sep 30, 2015
1 parent 20aa34a commit 93dce9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ bool HideCommandHandler(std::vector<std::wstring> args)

bool HomepageCommandHandler(std::vector<std::wstring> args UNUSED)
{
ELExecuteFileOrCommand(TEXT("https://github.org/arthepsy/emergedesktop/wiki"));
ELExecuteFileOrCommand(TEXT("https://github.com/arthepsy/emergedesktop/wiki"));

return true;
}
Expand Down

0 comments on commit 93dce9e

Please sign in to comment.