merge revision(s) 92630e2346: [Backport #18468]

[ruby/optparse] Fix links to the page directory files [Bug #18468]

	dab72c543d
	---
	 doc/optparse/creates_option.rdoc | 4 ++--
	 doc/optparse/option_params.rdoc  | 2 +-
	 doc/optparse/tutorial.rdoc       | 4 ++--
	 lib/optparse.rb                  | 4 ++--
	 4 files changed, 7 insertions(+), 7 deletions(-)
This commit is contained in:
NARUSE, Yui 2022-01-31 11:15:50 +09:00
parent 28ec24db4a
commit abdd655afd
5 changed files with 9 additions and 9 deletions

View file

@ -541,7 +541,7 @@ Executions:
[#<Date: 2001-02-03 ((2451944j,0s,0n),+0s,2299161j)>, Date]
You can also define custom converters.
See {Argument Converters}[./argument_converters_rdoc.html]
See {Argument Converters}[./argument_converters.rdoc]
for both built-in and custom converters.
=== Help
@ -657,7 +657,7 @@ Though you may never need to call it directly,
here's the core method for defining an option:
- \Method \OptionParser#make_switch accepts an array of parameters and a block.
See {Parameters for New Options}[./option_params_rdoc.html].
See {Parameters for New Options}[./option_params.rdoc].
This method is unlike others here in that it:
- Accepts an <em>array of parameters</em>;
others accept a <em>sequence of parameter arguments</em>.