From 976a172082523d8d0de66e51029b138327b883b7 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 30 Jan 2024 16:44:31 +0100 Subject: [PATCH] Change the invalid URL to the valid one --- src/NppPluginDemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NppPluginDemo.cpp b/src/NppPluginDemo.cpp index 911d443..8a22e04 100644 --- a/src/NppPluginDemo.cpp +++ b/src/NppPluginDemo.cpp @@ -166,7 +166,7 @@ extern "C" __declspec(dllexport) void beNotified(SCNotification *notifyCode) // Here you can process the Npp Messages // I will make the messages accessible little by little, according to the need of plugin development. // Please let me know if you need to access to some messages : -// http://sourceforge.net/forum/forum.php?forum_id=482781 +// https://github.com/notepad-plus-plus/notepad-plus-plus/issues // extern "C" __declspec(dllexport) LRESULT messageProc(UINT /*Message*/, WPARAM /*wParam*/, LPARAM /*lParam*/) {/*