Skip to content

Commit be2189b

Browse files
p8kou
andauthored
Replace link to ruby-doc.org with docs.ruby-lang.org (#343)
Link to official docs (ruby-doc.org is not official). Co-authored-by: Sutou Kouhei <[email protected]>
1 parent cfd5fe8 commit be2189b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class UnexpectedError < StandardError
4747
# Uses StringScanner (the official strscan gem). Strscan provides lexical
4848
# scanning operations on a String. We inherit its object and take advantage
4949
# on the methods. For more information, please visit:
50-
# https://ruby-doc.org/stdlib-2.6.1/libdoc/strscan/rdoc/StringScanner.html
50+
# https://docs.ruby-lang.org/en/master/StringScanner.html
5151
#
5252
class Scanner < StringScanner
5353
alias_method :scan_all, :scan

0 commit comments

Comments
 (0)