From 7ffee5681f85de3fe74c25a90e05e31616113123 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Fri, 15 Sep 2023 19:08:33 +0100 Subject: [PATCH] [ruby/date] [DOC] Fix link https://github.com/ruby/date/commit/2adb917487 --- ext/date/date_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/date/date_core.c b/ext/date/date_core.c index f2baf4fcea..f4b390584b 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -8726,8 +8726,8 @@ dt_lite_to_s(VALUE self) * * DateTime.now.strftime # => "2022-07-01T11:03:19-05:00" * - * For other formats, see - * {Formats for Dates and Times}[doc/strftime_formatting.rdoc]. + * For other formats, + * see {Formats for Dates and Times}[rdoc-ref:strftime_formatting.rdoc]: * */ static VALUE