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].