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 /doc/optparse/creates_option.rdoc | |
parent | 7d94df63c40ba2c2b85344140c9f3da03a05fc72 (diff) |
[ruby/optparse] Fix links to the page directory files [Bug #18468]
https://github.com/ruby/optparse/commit/dab72c543d
Diffstat (limited to 'doc/optparse/creates_option.rdoc')
-rw-r--r-- | doc/optparse/creates_option.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/optparse/creates_option.rdoc b/doc/optparse/creates_option.rdoc index 131c877971..ad52c6671b 100644 --- a/doc/optparse/creates_option.rdoc +++ b/doc/optparse/creates_option.rdoc @@ -1,7 +1,7 @@ Creates an option from the given parameters +params+. -See {Parameters for New Options}[./doc/optparse/option_params_rdoc.html]. +See {Parameters for New Options}[./option_params.rdoc]. The block, if given, is the handler for the created option. When the option is encountered during command-line parsing, the block is called with the argument given for the option, if any. -See {Option Handlers}[./option_params_rdoc.html#label-Option+Handlers]. +See {Option Handlers}[./option_params.rdoc#label-Option+Handlers]. |