aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-12 13:30:25 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-12 13:30:25 +0900
commit0360fca4ad9cfcffbcc5e5a016308563267a5fcb (patch)
treea3db3511037f7fa765b1568ed1ee380abe3fae6d
parentb57ecc3eb88db40517f43ed44c007e2ddf5a8b2f (diff)
downloadruby-0360fca4ad9cfcffbcc5e5a016308563267a5fcb.tar.gz
[DOC] Replace the external URIs to docs with rdoc-ref
-rw-r--r--lib/csv/row.rb2
1 files changed, 1 insertions, 1 deletions
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
# 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"