From 16fdc1ff46effdfa995b7280e6474ff45fbfbf4e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 8 Feb 2022 01:26:39 +0900 Subject: [DOC] Fix broken links to literals.rdoc --- numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 216b33920c..b2f41a3f86 100644 --- a/numeric.c +++ b/numeric.c @@ -948,7 +948,7 @@ num_negative_p(VALUE num) * * You can create a \Float object explicitly with: * - * - A {floating-point literal}[doc/syntax/literals_rdoc.html#label-Float+Literals]. + * - A {floating-point literal}[rdoc-ref:syntax/literals.rdoc@Float+Literals]. * * You can convert certain objects to Floats with: * @@ -3482,7 +3482,7 @@ rb_num2ull(VALUE val) * * You can create an \Integer object explicitly with: * - * - An {integer literal}[doc/syntax/literals_rdoc.html#label-Integer+Literals]. + * - An {integer literal}[rdoc-ref:syntax/literals.rdoc@Integer+Literals]. * * You can convert certain objects to Integers with: * -- cgit v1.2.1