ruby-changes:65841
From: Nobuyoshi <ko1@a...>
Date: Sun, 11 Apr 2021 09:05:02 +0900 (JST)
Subject: [ruby-changes:65841] cb01437c24 (master): [ruby/optparse] Fix relative paths
https://git.ruby-lang.org/ruby.git/commit/?id=cb01437c24 From cb01437c24ce3f819ef15947748e3c723b9c52c6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 11 Apr 2021 08:49:30 +0900 Subject: [ruby/optparse] Fix relative paths https://github.com/ruby/optparse/commit/8be031b539 --- doc/creates_option.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/creates_option.rdoc b/doc/creates_option.rdoc index af1ac16..aaeb72d 100644 --- a/doc/creates_option.rdoc +++ b/doc/creates_option.rdoc @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/doc/creates_option.rdoc#L1 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]. -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/