summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-04-22 14:22:11 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-28 20:13:39 +0900
commitc4556a2022fbb63fe2821027ea6915faf21e87be (patch)
treec33216699b9ce49b52cc6b492f6bc66bc1b7e742 /doc
parent1333620afd1a7ffcca7cb593798d8186629c76bb (diff)
[ruby/optparse] Fix link in included file
https://github.com/ruby/optparse/commit/bf03038d95
Diffstat (limited to 'doc')
-rw-r--r--doc/optparse/creates_option.rdoc2
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,