diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-01-12 18:22:11 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-01-12 21:16:02 +0900 |
commit | 92630e2346a221fdfeaa484632938a06765bc6e5 (patch) | |
tree | 8884d722ab469642d1aa703b4371ee4f4ce36fd0 /lib/optparse.rb | |
parent | 7d94df63c40ba2c2b85344140c9f3da03a05fc72 (diff) |
[ruby/optparse] Fix links to the page directory files [Bug #18468]
https://github.com/ruby/optparse/commit/dab72c543d
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r-- | lib/optparse.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb index 61dd87f558..a61eff30c4 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -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. # |