Skip to content

Commit 40ea088

Browse files
committed
Merge branch 'master' of https://github.com/kapilratnani/JSON-Viewer into npp_tab_setting
2 parents a359340 + e05380f commit 40ea088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NppJSONViewer/PluginDefinition.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ INT_PTR CALLBACK abtDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM /*lPa
9696
EndDialog(hwndDlg, wParam);
9797
return TRUE;
9898
case IDC_WEB:
99-
ShellExecute(hwndDlg, TEXT("open"), TEXT("https://sourceforge.net/projects/nppjsonviewer/"), NULL, NULL, SW_SHOWNORMAL);
99+
ShellExecute(hwndDlg, TEXT("open"), TEXT("https://github.com/kapilratnani/JSON-Viewer"), NULL, NULL, SW_SHOWNORMAL);
100100
return TRUE;
101101
}
102102
}

0 commit comments

Comments
 (0)