[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 коммит произвёл Hiroshi SHIBATA
Родитель 1333620afd
Коммит c4556a2022
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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