summaryrefslogtreecommitdiff
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-09-30 15:36:42 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-03 16:13:18 +0900
commit798083fac807ff2c510f1072685f6b33e229b436 (patch)
treee47b541a3ca142c191af8fc6cb53e8cd904e4cdc /lib/csv.rb
parent2325e1cd81d721645ad600d93829604c13f6cbd8 (diff)
[ruby/csv] [DOC] Fix broken links
(https://github.com/ruby/csv/pull/283) https://github.com/ruby/csv/commit/af64a15b2f
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb16
1 files changed, 4 insertions, 12 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index 81fa99aa99..e8aa20ddd2 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -102,14 +102,6 @@ require_relative "csv/writer"
# == \CSV
#
-# === In a Hurry?
-#
-# If you are familiar with \CSV data and have a particular task in mind,
-# you may want to go directly to the:
-# - {Recipes for CSV}[doc/csv/recipes/recipes_rdoc.html].
-#
-# Otherwise, read on here, about the API: classes, methods, and constants.
-#
# === \CSV Data
#
# \CSV (comma-separated values) data is a text representation of a table:
@@ -1323,8 +1315,8 @@ class CSV
#
# Arguments:
# * Argument +path_or_io+ must be a file path or an \IO stream.
- # * Argument +mode+, if given, must be a \File mode
- # See {Open Mode}[https://ruby-doc.org/core/IO.html#method-c-new-label-Open+Mode].
+ # * Argument +mode+, if given, must be a \File mode.
+ # See {Access Modes}[rdoc-ref:File@Access+Modes].
# * Arguments <tt>**options</tt> must be keyword options.
# See {Options for Parsing}[#class-CSV-label-Options+for+Parsing].
# * This method optionally accepts an additional <tt>:encoding</tt> option
@@ -1530,8 +1522,8 @@ class CSV
#
# * Argument +path+, if given, must be the path to a file.
# :include: ../doc/csv/arguments/io.rdoc
- # * Argument +mode+, if given, must be a \File mode
- # See {Open Mode}[IO.html#method-c-new-label-Open+Mode].
+ # * Argument +mode+, if given, must be a \File mode.
+ # See {Access Modes}[rdoc-ref:File@Access+Modes].
# * Arguments <tt>**options</tt> must be keyword options.
# See {Options for Generating}[#class-CSV-label-Options+for+Generating].
# * This method optionally accepts an additional <tt>:encoding</tt> option