summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2025-11-27 20:12:24 +0000
committerGitHub <noreply@github.com>2025-11-27 20:12:24 +0000
commit4cd6661e1853930c8002174c4ccd14f927fcd33b (patch)
treef76523b5a51d2ab3b86f8fac8136ec43517f8f6c /string.c
parent2f192c73cccdfd81e4ac2206feadc48b2757c19c (diff)
Reorganize page documentations (#15154)
Re-organize page docs
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index b1db9cb528..2dec3a11e6 100644
--- a/string.c
+++ b/string.c
@@ -2618,7 +2618,7 @@ rb_str_times(VALUE str, VALUE times)
*
* Returns the result of formatting +object+ into the format specifications
* contained in +self+
- * (see {Format Specifications}[rdoc-ref:format_specifications.rdoc]):
+ * (see {Format Specifications}[rdoc-ref:language/format_specifications.rdoc]):
*
* '%05d' % 123 # => "00123"
*