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 --- rational.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rational.c') diff --git a/rational.c b/rational.c index 6d013c57c9..16f45173c2 100644 --- a/rational.c +++ b/rational.c @@ -2717,7 +2717,7 @@ nurat_s_convert(int argc, VALUE *argv, VALUE klass) * * You can create a \Rational object explicitly with: * - * - A {rational literal}[doc/syntax/literals_rdoc.html#label-Rational+Literals]. + * - A {rational literal}[rdoc-ref:syntax/literals.rdoc@Rational+Literals]. * * You can convert certain objects to Rationals with: * -- cgit v1.2.3