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

ruby-changes:73951

From: Nobuyoshi <ko1@a...>
Date: Tue, 11 Oct 2022 16:25:52 +0900 (JST)
Subject: [ruby-changes:73951] 1a66d42fca (master): [DOC] use the local rdoc reference than the external URI

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

From 1a66d42fca86b1d47f91cf9de1443c72785fe222 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 11 Oct 2022 16:25:09 +0900
Subject: [DOC] use the local rdoc reference than the external URI

---
 time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/time.c b/time.c
index b3ad415935..b16a086537 100644
--- a/time.c
+++ b/time.c
@@ -4030,7 +4030,7 @@ static VALUE strftime_cstr(const char *fmt, size_t len, VALUE time, rb_encoding https://github.com/ruby/ruby/blob/trunk/time.c#L4030
  *  Returns a string representation of +self+,
  *  formatted by <tt>strftime('%a %b %e %T %Y')</tt>
  *  or its shorthand version <tt>strftime('%c')</tt>;
- *  see {Formats for Dates and Times}[https://docs.ruby-lang.org/en/master/strftime_formatting_rdoc.html]:
+ *  see {Formats for Dates and Times}[rdoc-ref:strftime_formatting.rdoc]:
  *
  *    t = Time.new(2000, 12, 31, 23, 59, 59, 0.5)
  *    t.ctime                      # => "Sun Dec 31 23:59:59 2000"
-- 
cgit v1.2.1


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

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