mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
Fix incorrect links to validator examples (#1239)
8c77664bd0 added the files and the links,
but the links were off by one character and therefore don't work. This
PR fixes them
This commit is contained in:
@@ -1752,9 +1752,9 @@ brief description of each is included here
|
||||
Short example of subcommands
|
||||
- [validators](https://github.com/CLIUtils/CLI11/blob/main/examples/validators.cpp):
|
||||
Example illustrating use of validators
|
||||
- [custom validators](https://github.com/CLIUtils/CLI11/blob/main/examples/custom_validators.cpp):
|
||||
- [custom validators](https://github.com/CLIUtils/CLI11/blob/main/examples/custom_validator.cpp):
|
||||
Example illustrating use of validators
|
||||
- [date validators](https://github.com/CLIUtils/CLI11/blob/main/examples/date_validators.cpp):
|
||||
- [date validators](https://github.com/CLIUtils/CLI11/blob/main/examples/date_validator.cpp):
|
||||
Example illustrating use of validators
|
||||
|
||||
## Contribute
|
||||
|
||||
Reference in New Issue
Block a user