diff options
author | BurdetteLamar <[email protected]> | 2021-06-21 14:38:33 -0500 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-29 14:18:52 +0900 |
commit | 1e04571da07ed742efa3cb33b4b3aa1089314d51 (patch) | |
tree | ca10d42a642982b2700237450f01ad58df486da3 /lib/set.rb | |
parent | 2bd68e32e7c51ccce046264686a367126c6baf01 (diff) |
[ruby/set] Improve What's Here links
https://github.com/ruby/set/commit/76b056c3b9
Diffstat (limited to 'lib/set.rb')
-rw-r--r-- | lib/set.rb | 4 |
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 |