Skip to content

Commit 4ad0448

Browse files
authored
Update README.md
1 parent 8363a77 commit 4ad0448

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@ Daily builds are available if you add this feed to your nuget.config: https://pk
2323
[Syntax Concepts and Parser](docs/Syntax-Concepts-and-Parser.md)
2424

2525
#### Features
26-
* [Suggestions (tab completion)](docs/Features-overview#Suggestions)
27-
* [Help](docs/Features-overview#Help)
28-
* [Version option](docs/Features-overview#version-option)
29-
* [Parse preview](docs/Features-overview#parse-preview)
30-
* [Debugging](docs/Features-overview#debugging)
31-
* [Response files](docs/Features-overview#Response-files)
26+
* [Suggestions (tab completion)](docs/Features-overview.md#Suggestions)
27+
* [Help](docs/Features-overview.md#Help)
28+
* [Version option](docs/Features-overview.md#version-option)
29+
* [Parse preview](docs/Features-overview.md#parse-preview)
30+
* [Debugging](docs/Features-overview.md#debugging)
31+
* [Response files](docs/Features-overview.md#Response-files)
3232
* [Termination handling](docs/Process-termination-handling)
3333

3434
#### Your first app
35-
* [System.CommandLine](docs/Your-first-app-with-System-CommandLine)
36-
* [System.CommandLine.DragonFruit](docs/Your-first-app-with-System-CommandLine-DragonFruit)
35+
* [System.CommandLine](docs/Your-first-app-with-System-CommandLine.md)
36+
* [System.CommandLine.DragonFruit](docs/Your-first-app-with-System-CommandLine-DragonFruit.md)
3737

3838
#### How to...
3939

40-
* [Add a subcommand (or verb)](docs/How-To#Add-a-subcommand)
41-
* [Add an alias to an option or command](docs/How-To#Add-an-alias-to-an-option-or-command)
42-
* [Call a method](docs/How-To#Call-a-method)
43-
* [Pass parameters to a method](docs/How-To#Pass-parameters-to-a-method)
44-
* [Argument validation and binding](docs/How-To#Argument-validation-and-binding)
45-
* [Middleware Pipeline](docs/How-To#Middleware-Pipeline)
40+
* [Add a subcommand (or verb)](docs/How-To.md#Add-a-subcommand)
41+
* [Add an alias to an option or command](docs/How-To.md#Add-an-alias-to-an-option-or-command)
42+
* [Call a method](docs/How-To.md#Call-a-method)
43+
* [Pass parameters to a method](docs/How-To.md#Pass-parameters-to-a-method)
44+
* [Argument validation and binding](docs/How-To.md#Argument-validation-and-binding)
45+
* [Middleware Pipeline](docs/How-To.md#Middleware-Pipeline)
4646

4747
## Interactive tutorials
4848

0 commit comments

Comments
 (0)