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

ruby-changes:73961

From: Nobuyoshi <ko1@a...>
Date: Wed, 12 Oct 2022 13:30:55 +0900 (JST)
Subject: [ruby-changes:73961] 0360fca4ad (master): [DOC] Replace the external URIs to docs with rdoc-ref

https://git.ruby-lang.org/ruby.git/commit/?id=0360fca4ad

From 0360fca4ad9cfcffbcc5e5a016308563267a5fcb Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 12 Oct 2022 13:30:25 +0900
Subject: [DOC] Replace the external URIs to docs with rdoc-ref

---
 lib/csv/row.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/csv/row.rb b/lib/csv/row.rb
index 0f465ea2a3..7f2e7e7807 100644
--- a/lib/csv/row.rb
+++ b/lib/csv/row.rb
@@ -570,7 +570,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv/row.rb#L570
     # by +index_or_header+ and +specifiers+.
     #
     # The nested objects may be instances of various classes.
-    # See {Dig Methods}[https://docs.ruby-lang.org/en/master/doc/dig_methods_rdoc.html].
+    # See {Dig Methods}[rdoc-ref:dig_methods.rdoc].
     #
     # Examples:
     #   source = "Name,Value\nfoo,0\nbar,1\nbaz,2\n"
-- 
cgit v1.2.1


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

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