From baf050100d44ffb10afb345543db4a6b20f1b285 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 3 Sep 2022 23:26:07 +0900 Subject: [PATCH] [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) * * 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