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:
Olivia (Zoe)
2025-10-23 05:02:36 +02:00
committed by GitHub
parent 3914826ef8
commit 1d94f2bbf9

View File

@@ -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