Fix dead link in "Syntax Concepts and Parser"

This commit is contained in:
GitHubPang 2021-06-09 08:10:25 +08:00 коммит произвёл Jon Sequeira
Родитель 2dd1d0e368
Коммит c1433adae9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ In both POSIX and Windows command lines, it's common for some options to have al
-v, --verbose Show verbose output
```
In `System.CommandLine`, both the `Command` and `Option` classes support adding [aliases](How-To#Add-an-alias-to-an-option-or-command.md).
In `System.CommandLine`, both the `Command` and `Option` classes support adding [aliases](How-To.md#Add-an-alias-to-an-option-or-command).
## Arguments and arity