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. --- doc/float.rb | 6 +++--- doc/string.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/float.rb b/doc/float.rb index 01668bfc6d..f9068dfb1b 100644 --- a/doc/float.rb +++ b/doc/float.rb @@ -72,9 +72,9 @@ # First, what's elsewhere. Class \Float: # # - 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 \Float provides methods for: # diff --git a/doc/string.rb b/doc/string.rb index 304ab60c29..e2dfb37c9f 100644 --- a/doc/string.rb +++ b/doc/string.rb @@ -163,8 +163,8 @@ # # First, what's elsewhere. Class +String+: # -# - Inherits from the {Object class}[rdoc-ref:Object@What-27s+Here]. -# - Includes the {Comparable module}[rdoc-ref:Comparable@What-27s+Here]. +# - Inherits from the {Object class}[rdoc-ref:Object@Whats+Here]. +# - Includes the {Comparable module}[rdoc-ref:Comparable@Whats+Here]. # # Here, class +String+ provides methods that are useful for: # -- cgit v1.2.3