@@ -23,26 +23,26 @@ Daily builds are available if you add this feed to your nuget.config: https://pk
23
23
[ Syntax Concepts and Parser] ( docs/Syntax-Concepts-and-Parser.md )
24
24
25
25
#### 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 )
32
32
* [ Termination handling] ( docs/Process-termination-handling )
33
33
34
34
#### 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 )
37
37
38
38
#### How to...
39
39
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 )
46
46
47
47
## Interactive tutorials
48
48
0 commit comments