Change repository URls

Closes #2219
This commit is contained in:
MaxXor 2016-08-27 21:49:53 +02:00 committed by Don Ho
parent fc014595a3
commit 0f44c299f2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Notepad++ official site:
https://notepad-plus-plus.org/
Notepad++ project site:
https://github.com/donho/notepad-plus-plus/
https://github.com/notepad-plus-plus/notepad-plus-plus/
Notepad++ wiki:
http://docs.notepad-plus-plus.org/

View File

@ -2563,7 +2563,7 @@ void Notepad_plus::command(int id)
}
case IDM_PROJECTPAGE :
{
::ShellExecute(NULL, TEXT("open"), TEXT("https://github.com/donho/notepad-plus-plus/"), NULL, NULL, SW_SHOWNORMAL);
::ShellExecute(NULL, TEXT("open"), TEXT("https://github.com/notepad-plus-plus/notepad-plus-plus/"), NULL, NULL, SW_SHOWNORMAL);
break;
}