Skip to content

Commit

Permalink
Update project links.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthepsy committed Sep 30, 2015
1 parent 44d98a8 commit 20aa34a
Showing 1 changed file with 2 additions and 2 deletions.
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("http://emergedesktop.org"));
ELExecuteFileOrCommand(TEXT("https://github.org/arthepsy/emergedesktop/wiki"));

return true;
}
Expand Down Expand Up @@ -435,7 +435,7 @@ bool ThemeManagerCommandHandler(std::vector<std::wstring> args UNUSED)

bool TutorialCommandHandler(std::vector<std::wstring> args UNUSED)
{
ELExecuteFileOrCommand(TEXT("http://www.emergedesktop.org/?page_id=220"));
ELExecuteFileOrCommand(TEXT("https://github.com/arthepsy/emergedesktop/wiki/The-Basics"));

return true;
}
Expand Down

0 comments on commit 20aa34a

Please sign in to comment.