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,