[前][次][番号順一覧][スレッド一覧]

ruby-changes:66947

From: Burdette <ko1@a...>
Date: Wed, 28 Jul 2021 20:14:32 +0900 (JST)
Subject: [ruby-changes:66947] c4556a2022 (master): [ruby/optparse] Fix link in included file

https://git.ruby-lang.org/ruby.git/commit/?id=c4556a2022

From c4556a2022fbb63fe2821027ea6915faf21e87be Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Thu, 22 Apr 2021 14:22:11 -0500
Subject: [ruby/optparse] Fix link in included file

https://github.com/ruby/optparse/commit/bf03038d95
---
 doc/optparse/creates_option.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/optparse/creates_option.rdoc b/doc/optparse/creates_option.rdoc
index aaeb72d..131c877 100644
--- a/doc/optparse/creates_option.rdoc
+++ b/doc/optparse/creates_option.rdoc
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/doc/optparse/creates_option.rdoc#L1
 Creates an option from the given parameters +params+.
-See {Parameters for New Options}[./option_params_rdoc.html].
+See {Parameters for New Options}[./doc/optparse/option_params_rdoc.html].
 
 The block, if given, is the handler for the created option.
 When the option is encountered during command-line parsing,
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]