diff options
author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2021-04-22 14:22:11 -0500 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-07-28 20:13:39 +0900 |
commit | c4556a2022fbb63fe2821027ea6915faf21e87be (patch) | |
tree | c33216699b9ce49b52cc6b492f6bc66bc1b7e742 /doc/optparse/creates_option.rdoc | |
parent | 1333620afd1a7ffcca7cb593798d8186629c76bb (diff) | |
download | ruby-c4556a2022fbb63fe2821027ea6915faf21e87be.tar.gz |
[ruby/optparse] Fix link in included file
https://github.com/ruby/optparse/commit/bf03038d95
Diffstat (limited to 'doc/optparse/creates_option.rdoc')
-rw-r--r-- | doc/optparse/creates_option.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/optparse/creates_option.rdoc b/doc/optparse/creates_option.rdoc index aaeb72d745..131c877971 100644 --- a/doc/optparse/creates_option.rdoc +++ b/doc/optparse/creates_option.rdoc @@ -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, |