From 76b056c3b94f29e44101b67d75fc0c1d4223ae76 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Mon, 21 Jun 2021 14:38:33 -0500 Subject: [PATCH] Improve What's Here links --- lib/set.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/set.rb b/lib/set.rb index 50d29b0..5039930 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -66,8 +66,8 @@ # # First, what's elsewhere. \Class \Set: # -# - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here]. -# - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here], +# - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here]. +# - Includes {module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html#module-Enumerable-label-What-27s+Here], # which provides dozens of additional methods. # # In particular, class \Set does not have many methods of its own