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

@ -50,7 +50,7 @@
#
# === New to \OptionParser?
#
# See the {Tutorial}[./doc/optparse/tutorial_rdoc.html].
# See the {Tutorial}[optparse/tutorial.rdoc].
#
# === Introduction
#
@ -420,7 +420,7 @@
# === Further documentation
#
# The above examples, along with the accompanying
# {Tutorial}[./doc/optparse/tutorial_rdoc.html],
# {Tutorial}[optparse/tutorial.rdoc],
# should be enough to learn how to use this class.
# If you have any questions, file a ticket at http://bugs.ruby-lang.org.
#