aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBurdetteLamar <BurdetteLamar@Yahoo.com>2021-06-21 14:38:33 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-29 14:18:52 +0900
commit1e04571da07ed742efa3cb33b4b3aa1089314d51 (patch)
treeca10d42a642982b2700237450f01ad58df486da3
parent2bd68e32e7c51ccce046264686a367126c6baf01 (diff)
downloadruby-1e04571da07ed742efa3cb33b4b3aa1089314d51.tar.gz
[ruby/set] Improve What's Here links
https://github.com/ruby/set/commit/76b056c3b9
-rw-r--r--lib/set.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/set.rb b/lib/set.rb
index 50d29b0adf..50399309e3 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