From c657f09013460b92d260c305891ba4182b915e42 Mon Sep 17 00:00:00 2001 From: Martin Schneider Date: Mon, 16 Feb 2026 16:03:05 +0100 Subject: [PATCH] Fix tutorial link in README Updated the URL for the tutorial on Code Project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8e2e87..b22b300 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) ### Tutorial and Support A comprehensive tutorial that complements the attached sample application can be found on the Code Project: -http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx +https://www.codeproject.com/articles/WPF-NotifyIcon-2 ## XAML Declaration Sample