Skip to content

Commit e6c9aff

Browse files
authored
Update How-To.md
1 parent 2885681 commit e6c9aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/How-To.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static void Main()
7878
}
7979
```
8080

81-
Of course, if your program is so simple that is has no inputs, you probably didn't need a command line parser and you can `/* do something */` directly in the body of `Main`. Nonetheless, this will give you some additional [features](Features-overview).
81+
Of course, if your program is so simple that is has no inputs, you probably didn't need a command line parser and you can `/* do something */` directly in the body of `Main`. Nonetheless, this will give you some additional [features](Features-overview.md).
8282

8383
## Pass parameters to a method
8484

0 commit comments

Comments
 (0)