diff options
author | BurdetteLamar <[email protected]> | 2023-09-15 19:08:33 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-09-20 19:48:28 +0000 |
commit | 7ffee5681f85de3fe74c25a90e05e31616113123 (patch) | |
tree | 414677a3ca91c6eac407f0721a2b057a07ce2e07 /ext/date/date_core.c | |
parent | d6abca459f5c785aee0e77883710ec47fed1a98f (diff) |
[ruby/date] [DOC] Fix link
https://github.com/ruby/date/commit/2adb917487
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r-- | ext/date/date_core.c | 4 |
1 files 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 |