diff options
Diffstat (limited to 'src/Dialogs.c')
-rw-r--r-- | src/Dialogs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dialogs.c b/src/Dialogs.c index fa0470b..a7407ab 100644 --- a/src/Dialogs.c +++ b/src/Dialogs.c @@ -277,7 +277,7 @@ INT_PTR CALLBACK AboutDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam) ShellExecute(hwnd,L"open",L"mailto:florian.balmer@gmail.com",NULL,NULL,SW_SHOWNORMAL);
}
else if (pnmhdr->idFrom == IDC_MOD_PAGE) {
- ShellExecute(hwnd,L"open",L"http://xhmikosr.github.com/notepad2-mod/",NULL,NULL,SW_SHOWNORMAL);
+ ShellExecute(hwnd,L"open",L"http://xhmikosr.github.io/notepad2-mod/",NULL,NULL,SW_SHOWNORMAL);
}
}
break;
|