[ruby/optparse] Fix link in included file

https://github.com/ruby/optparse/commit/bf03038d95
This commit is contained in:
Burdette Lamar 2021-04-22 14:22:11 -05:00 committed by Hiroshi SHIBATA
parent 1333620afd
commit c4556a2022
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Creates an option from the given parameters +params+.
See {Parameters for New Options}[./option_params_rdoc.html].
See {Parameters for New Options}[./doc/optparse/option_params_rdoc.html].
The block, if given, is the handler for the created option.
When the option is encountered during command-line parsing,