From 91456035c81ab4a66d48a8c1bb8a226c2683a2f5 Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Sun, 19 Apr 2026 13:12:59 +0200 Subject: [PATCH] Adjust wiki-link-url --- README.md | 2 +- src/NLog.MailKit/MailTarget.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a0c001..30158fb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![](https://sonarcloud.io/api/project_badges/measure?project=nlog.mailkit&metric=code_smells)](https://sonarcloud.io/project/issues?id=nlog.mailkit&resolved=false&types=CODE_SMELL) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=nlog.mailkit&metric=coverage)](https://sonarcloud.io/component_measures?id=nlog.mailkit&metric=coverage) -Alternative Mail target for [NLog](https://github.com/nlog/nlog) using [MailKit](https://github.com/jstedfast/MailKit). +Alternative Mail target for [NLog](https://github.com/NLog/NLog) using [MailKit](https://github.com/jstedfast/MailKit). The NLog MailKit Target is able to replace the original [NLog Mail Target](https://www.nuget.org/packages/NLog.Targets.Mail) and provides the same options. diff --git a/src/NLog.MailKit/MailTarget.cs b/src/NLog.MailKit/MailTarget.cs index 8df4341..53e283b 100644 --- a/src/NLog.MailKit/MailTarget.cs +++ b/src/NLog.MailKit/MailTarget.cs @@ -52,9 +52,9 @@ namespace NLog.MailKit /// Sends log messages by email using SMTP protocol. /// /// - /// See NLog Wiki + /// See NLog Wiki /// - /// Documentation on NLog Wiki + /// Documentation on NLog Wiki /// ///

/// To set up the target in the configuration file,