Skip to content

Commit 1d94f2b

Browse files
authored
Fix incorrect links to validator examples (#1239)
8c77664 added the files and the links, but the links were off by one character and therefore don't work. This PR fixes them
1 parent 3914826 commit 1d94f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,9 +1752,9 @@ brief description of each is included here
17521752
Short example of subcommands
17531753
- [validators](https://github.com/CLIUtils/CLI11/blob/main/examples/validators.cpp):
17541754
Example illustrating use of validators
1755-
- [custom validators](https://github.com/CLIUtils/CLI11/blob/main/examples/custom_validators.cpp):
1755+
- [custom validators](https://github.com/CLIUtils/CLI11/blob/main/examples/custom_validator.cpp):
17561756
Example illustrating use of validators
1757-
- [date validators](https://github.com/CLIUtils/CLI11/blob/main/examples/date_validators.cpp):
1757+
- [date validators](https://github.com/CLIUtils/CLI11/blob/main/examples/date_validator.cpp):
17581758
Example illustrating use of validators
17591759
17601760
## Contribute

0 commit comments

Comments
 (0)