Skip to content

Commit e05380f

Browse files
committed
correct project link
1 parent cabe68e commit e05380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NppJSONViewer/PluginDefinition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ INT_PTR CALLBACK abtDlgProc(HWND hwndDlg,UINT uMsg,WPARAM wParam, LPARAM /*lPara
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)