Skip to content

Commit 5306411

Browse files
committed
Fixed broken links to NLog.Extended
1 parent 58588b2 commit 5306411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_posts/2015-06-13-NLog-Extended_NLog-Web_and_NLog-Windows-Forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The new extension packages, NLog.Web and NLog.Windows.Forms have their own GitHu
2525

2626
* [NLog.Web on GitHub](https://github.com/NLog/NLog.Web)
2727
* [NLog.Windows.Forms on GitHub](https://github.com/NLog/NLog.Windows.Forms)
28-
* NLog.Extended is in the folder [NLog.Extended in the NLog GitHub repository](https://github.com/NLog/NLog/tree/master/src/NLog.Extended)
28+
* [NLog.Extended](https://www.nuget.org/packages/NLog.Extended)-nuget-package comes from the core [NLog GitHub repository](https://github.com/NLog/NLog/).
2929

3030

3131
## Auto load

_posts/2019-03-20-nlog-4-6-is-live.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ Console coloring now also works on VS Code or other console terminal using ANSI
171171
```
172172

173173
### AppSetting without NLog.Extended
174-
NLog.Extended was needed when wanting to use `${appsetting}` on .NET Framework. However it also had
175-
dependencies on System.Messaging (MSMQ). Since NLog already dependends on System.Configuration
174+
[NLog.Extended](https://www.nuget.org/packages/NLog.Extended)-nuget-package was needed when wanting to use `${appsetting}` on .NET Framework.
175+
However it also had dependencies on System.Messaging (MSMQ). Since NLog already dependends on System.Configuration
176176
then it didn't make sense also to need NLog.Extended for reading app.config / web.config.
177177

178178
### Snupkg

0 commit comments

Comments
 (0)