Skip to content

Commit c1433ad

Browse files
GitHubPangjonsequitur
authored andcommitted
Fix dead link in "Syntax Concepts and Parser"
1 parent 2dd1d0e commit c1433ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Syntax-Concepts-and-Parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In both POSIX and Windows command lines, it's common for some options to have al
6060
-v, --verbose Show verbose output
6161
```
6262

63-
In `System.CommandLine`, both the `Command` and `Option` classes support adding [aliases](How-To#Add-an-alias-to-an-option-or-command.md).
63+
In `System.CommandLine`, both the `Command` and `Option` classes support adding [aliases](How-To.md#Add-an-alias-to-an-option-or-command).
6464

6565
## Arguments and arity
6666

0 commit comments

Comments
 (0)