From 491e38902c2f5deef5dbb249cdf609ae2bb52f1e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 26 Jan 2026 17:10:35 -0500 Subject: [DOC] Fix links to What's Here The RDoc link format has changed so these are all broken links. --- numeric.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index e8df2a6aa0..3610188294 100644 --- a/numeric.c +++ b/numeric.c @@ -3680,9 +3680,9 @@ rb_int128_to_numeric(rb_int128_t n) * First, what's elsewhere. Class \Integer: * * - Inherits from - * {class Numeric}[rdoc-ref:Numeric@What-27s+Here] - * and {class Object}[rdoc-ref:Object@What-27s+Here]. - * - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here]. + * {class Numeric}[rdoc-ref:Numeric@Whats+Here] + * and {class Object}[rdoc-ref:Object@Whats+Here]. + * - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here]. * * Here, class \Integer provides methods for: * @@ -6365,8 +6365,8 @@ int_s_try_convert(VALUE self, VALUE num) * * First, what's elsewhere. Class \Numeric: * - * - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here]. - * - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here]. + * - Inherits from {class Object}[rdoc-ref:Object@Whats+Here]. + * - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here]. * * Here, class \Numeric provides methods for: * -- cgit v1.2.3