[前][次][番号順一覧][スレッド一覧]

ruby-changes:66967

From: BurdetteLamar <ko1@a...>
Date: Thu, 29 Jul 2021 14:50:34 +0900 (JST)
Subject: [ruby-changes:66967] 1e04571da0 (master): [ruby/set] Improve What's Here links

https://git.ruby-lang.org/ruby.git/commit/?id=1e04571da0

From 1e04571da07ed742efa3cb33b4b3aa1089314d51 Mon Sep 17 00:00:00 2001
From: BurdetteLamar <BurdetteLamar@Y...>
Date: Mon, 21 Jun 2021 14:38:33 -0500
Subject: [ruby/set] Improve What's Here links

https://github.com/ruby/set/commit/76b056c3b9
---
 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 @@ https://github.com/ruby/ruby/blob/trunk/lib/set.rb#L66
 #
 #  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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]