Skip to content

Commit 027dd70

Browse files
authored
Adjust wiki-link-url (#249)
1 parent 3625014 commit 027dd70

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![](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)
88
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=nlog.mailkit&metric=coverage)](https://sonarcloud.io/component_measures?id=nlog.mailkit&metric=coverage)
99

10-
Alternative Mail target for [NLog](https://github.com/nlog/nlog) using [MailKit](https://github.com/jstedfast/MailKit).
10+
Alternative Mail target for [NLog](https://github.com/NLog/NLog) using [MailKit](https://github.com/jstedfast/MailKit).
1111

1212
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.
1313

src/NLog.MailKit/MailTarget.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ namespace NLog.MailKit
5252
/// Sends log messages by email using SMTP protocol.
5353
/// </summary>
5454
/// <remarks>
55-
/// <a href="https://github.com/nlog/nlog/wiki/Mail-target">See NLog Wiki</a>
55+
/// <a href="https://github.com/NLog/NLog/wiki/Mail-target">See NLog Wiki</a>
5656
/// </remarks>
57-
/// <seealso href="https://github.com/nlog/nlog/wiki/Mail-target">Documentation on NLog Wiki</seealso>
57+
/// <seealso href="https://github.com/NLog/NLog/wiki/Mail-target">Documentation on NLog Wiki</seealso>
5858
/// <example>
5959
/// <p>
6060
/// To set up the target in the <a href="https://github.com/NLog/NLog/wiki/Configuration-file">configuration file</a>,

0 commit comments

Comments
 (0)