aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorVivek Bharath Akupatni <apatniv@gmail.com>2023-02-12 00:35:51 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-21 19:31:29 +0900
commit2ac1efc0f32e9d5dfb3b606ce0b0bcc83a355aa0 (patch)
tree2f41f7a852b81cd0e16931a78e4f66519a22ba44 /lib/csv.rb
parent1a05d988d391d744d49c0143b90e46397ab29765 (diff)
downloadruby-2ac1efc0f32e9d5dfb3b606ce0b0bcc83a355aa0.tar.gz
[ruby/csv] Use https links instead of http
(https://github.com/ruby/csv/pull/274) https://github.com/ruby/csv/commit/e2a06929a8
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index 0307033941..d4dc569b83 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -70,7 +70,7 @@
# == What is CSV, really?
#
# CSV maintains a pretty strict definition of CSV taken directly from
-# {the RFC}[http://www.ietf.org/rfc/rfc4180.txt]. I relax the rules in only one
+# {the RFC}[https://www.ietf.org/rfc/rfc4180.txt]. I relax the rules in only one
# place and that is to make using this library easier. CSV will parse all valid
# CSV.
#