Skip to content

Commit 724b4ea

Browse files
authored
Fixes a couple broken links in documentation. (#986)
1 parent f2556ca commit 724b4ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Your-first-app-with-System-CommandLine-DragonFruit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The value for --bool-option is: False
5959
The value for --file-option is: null
6060
```
6161

62-
This program is equivalent to the one demonstrated in [Your first app with System.CommandLine](Your-first-app-with-System.CommandLine.md).
62+
This program is equivalent to the one demonstrated in [Your first app with System.CommandLine](Your-first-app-with-System-CommandLine.md).
6363

6464
To explore its features, take a look at [Features: overview](Features-overview.md)
6565

docs/Your-first-app-with-System-CommandLine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The value for --bool-option is: False
8787
The value for --file-option is: null
8888
```
8989

90-
This program is equivalent to the one demonstrated in [Your first app with System.CommandLine.DragonFruit](Your-first-app-with-System.CommandLine.DragonFruit.md).
90+
This program is equivalent to the one demonstrated in [Your first app with System.CommandLine.DragonFruit](Your-first-app-with-System-CommandLine-DragonFruit.md).
9191

9292
To explore its features, take a look at [Features: overview](Features-overview.md)
9393

0 commit comments

Comments
 (0)