[ruby/optparse] [DOC] Fix tutorial link

Fixes https://github.com/ruby/optparse/pull/51

https://github.com/ruby/optparse/commit/1c895efc39
This commit is contained in:
Nobuyoshi Nakada 2023-12-18 12:15:31 +09:00 committed by Hiroshi SHIBATA
parent f54369830f
commit 7dd59346a0

View File

@ -31,7 +31,7 @@ Contents:
- {Long Names with Optional Arguments}[#label-Long+Names+with+Optional+Arguments]
- {Long Names with Negation}[#label-Long+Names+with+Negation]
- {Mixed Names}[#label-Mixed+Names]
- {Argument Styles}[#label-Argument+Styles]
- {Argument Strings}[#label-Argument+Strings]
- {Argument Values}[#label-Argument+Values]
- {Explicit Argument Values}[#label-Explicit+Argument+Values]
- {Explicit Values in Array}[#label-Explicit+Values+in+Array]