diff --git a/PowerEditor/bin/readme.txt b/PowerEditor/bin/readme.txt index 5b3f34c7..6a0324a3 100644 --- a/PowerEditor/bin/readme.txt +++ b/PowerEditor/bin/readme.txt @@ -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/ diff --git a/PowerEditor/src/NppCommands.cpp b/PowerEditor/src/NppCommands.cpp index d65c01c1..6ddafbf6 100644 --- a/PowerEditor/src/NppCommands.cpp +++ b/PowerEditor/src/NppCommands.cpp @@ -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; }