ruby-changes:73401
From: Nobuyoshi <ko1@a...>
Date: Sat, 3 Sep 2022 23:26:30 +0900 (JST)
Subject: [ruby-changes:73401] baf050100d (master): [DOC] Remove extra page-dir prefix to fix broken link
https://git.ruby-lang.org/ruby.git/commit/?id=baf050100d From baf050100d44ffb10afb345543db4a6b20f1b285 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 3 Sep 2022 23:26:07 +0900 Subject: [DOC] Remove extra page-dir prefix to fix broken link --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.c b/time.c index 26083b0d5d..b3ad415935 100644 --- a/time.c +++ b/time.c @@ -4863,7 +4863,7 @@ strftime_cstr(const char *fmt, size_t len, VALUE time, rb_encoding *enc) https://github.com/ruby/ruby/blob/trunk/time.c#L4863 * * Returns a string representation of +self+, * formatted according to the given string +format+. - * See {Formats for Dates and Times}[rdoc-ref:doc/strftime_formatting.rdoc]. + * See {Formats for Dates and Times}[rdoc-ref:strftime_formatting.rdoc]. */ static VALUE -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/