Skip to content

Commit af64a15

Browse files
[DOC] Fix broken links (#283)
1 parent 68b4488 commit af64a15

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

lib/csv.rb

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@
102102

103103
# == \CSV
104104
#
105-
# === In a Hurry?
106-
#
107-
# If you are familiar with \CSV data and have a particular task in mind,
108-
# you may want to go directly to the:
109-
# - {Recipes for CSV}[doc/csv/recipes/recipes_rdoc.html].
110-
#
111-
# Otherwise, read on here, about the API: classes, methods, and constants.
112-
#
113105
# === \CSV Data
114106
#
115107
# \CSV (comma-separated values) data is a text representation of a table:
@@ -1323,8 +1315,8 @@ def filter(input=nil, output=nil, **options)
13231315
#
13241316
# Arguments:
13251317
# * Argument +path_or_io+ must be a file path or an \IO stream.
1326-
# * Argument +mode+, if given, must be a \File mode
1327-
# See {Open Mode}[https://ruby-doc.org/core/IO.html#method-c-new-label-Open+Mode].
1318+
# * Argument +mode+, if given, must be a \File mode.
1319+
# See {Access Modes}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Access+Modes].
13281320
# * Arguments <tt>**options</tt> must be keyword options.
13291321
# See {Options for Parsing}[#class-CSV-label-Options+for+Parsing].
13301322
# * This method optionally accepts an additional <tt>:encoding</tt> option
@@ -1530,8 +1522,8 @@ def generate_lines(rows, **options)
15301522
#
15311523
# * Argument +path+, if given, must be the path to a file.
15321524
# :include: ../doc/csv/arguments/io.rdoc
1533-
# * Argument +mode+, if given, must be a \File mode
1534-
# See {Open Mode}[IO.html#method-c-new-label-Open+Mode].
1525+
# * Argument +mode+, if given, must be a \File mode.
1526+
# See {Access Modes}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Access+Modes].
15351527
# * Arguments <tt>**options</tt> must be keyword options.
15361528
# See {Options for Generating}[#class-CSV-label-Options+for+Generating].
15371529
# * This method optionally accepts an additional <tt>:encoding</tt> option

0 commit comments

Comments
 (0)