diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-04-11 08:49:30 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-04-11 08:52:58 +0900 |
commit | cb01437c24ce3f819ef15947748e3c723b9c52c6 (patch) | |
tree | 059cefd0cf1b811ac392ebcc381e6fcdc1bf5d7b /doc/creates_option.rdoc | |
parent | bd7430c7aacd135419609eec72e3889cd00a6f73 (diff) |
[ruby/optparse] Fix relative paths
https://github.com/ruby/optparse/commit/8be031b539
Diffstat (limited to 'doc/creates_option.rdoc')
-rw-r--r-- | doc/creates_option.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/creates_option.rdoc b/doc/creates_option.rdoc index af1ac16f2b..aaeb72d745 100644 --- a/doc/creates_option.rdoc +++ b/doc/creates_option.rdoc @@ -1,7 +1,7 @@ Creates an option from the given parameters +params+. -See {Parameters for New Options}[doc/option_params_rdoc.html]. +See {Parameters for New Options}[./option_params_rdoc.html]. 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}[doc/option_params_rdoc.html#label-Option+Handlers]. +See {Option Handlers}[./option_params_rdoc.html#label-Option+Handlers]. |