Skip to content

Commit 4410ca4

Browse files
committed
Updated wiki-pages for NLog.Windows.Forms
1 parent 8c45f64 commit 4410ca4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/targets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
},
360360
{
361361
"name": "FormControl",
362-
"page": "FormControl-target",
362+
"page": "https://github.com/NLog/NLog.Windows.Forms/wiki/FormControlTarget",
363363
"description": "Logs text to Windows.Forms.Control.Text property control of specified Name.",
364364
"package": "NLog.Windows.Forms",
365365
"platforms": [
@@ -371,7 +371,7 @@
371371
},
372372
{
373373
"name": "MessageBox",
374-
"page": "MessageBox-target",
374+
"page": "https://github.com/NLog/NLog.Windows.Forms/wiki/MessageBoxTarget",
375375
"description": "Pops up log messages as message boxes.",
376376
"package": "NLog.Windows.Forms",
377377
"platforms": [
@@ -383,7 +383,7 @@
383383
},
384384
{
385385
"name": "RichTextBox",
386-
"page": "RichTextBox-target",
386+
"page": "https://github.com/NLog/NLog.Windows.Forms/wiki/RichTextBoxTarget",
387387
"description": "Log text a Rich Text Box control in an existing or new form.",
388388
"package": "NLog.Windows.Forms",
389389
"platforms": [
@@ -395,7 +395,7 @@
395395
},
396396
{
397397
"name": "ToolStripItem",
398-
"page": "ToolStripItem-target",
398+
"page": "https://github.com/NLog/NLog.Windows.Forms/wiki/ToolStripItemTarget",
399399
"description": "Logs text to Windows.Forms.ToolStripItem property control of specified Name",
400400
"package": "NLog.Windows.Forms",
401401
"platforms": [

0 commit comments

Comments
 (0)