ruby-changes:72411
From: BurdetteLamar <ko1@a...>
Date: Tue, 5 Jul 2022 04:13:03 +0900 (JST)
Subject: [ruby-changes:72411] 4ec14b6323 (master): [ruby/date] Enhanced RDoc
https://git.ruby-lang.org/ruby.git/commit/?id=4ec14b6323 From 4ec14b63239ba00102bff64153b360dae1544c29 Mon Sep 17 00:00:00 2001 From: BurdetteLamar <BurdetteLamar@Y...> Date: Sun, 3 Jul 2022 15:17:11 -0500 Subject: [ruby/date] Enhanced RDoc https://github.com/ruby/date/commit/fd3ae275c3 --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 12cc83305b..ebf4bf9d42 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -6978,7 +6978,7 @@ date_strftime_internal(int argc, VALUE *argv, VALUE self, https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L6978 * Date.today.strftime # => "2022-07-01" * * For other formats, see - * {Formats for Dates and Times}[doc/strftime_formatting.rdoc]. + * {Formats for Dates and Times}[https://docs.ruby-lang.org/en/master/strftime_formatting_rdoc.html]. * */ static VALUE -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/