summaryrefslogtreecommitdiff
path: root/lib/uri/ftp.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-20 16:57:45 +0900
committergit <svn-admin@ruby-lang.org>2024-02-20 10:13:30 +0000
commitfa3d6aafb70aa06f8afa198c463bf6fac84ce0dd (patch)
tree6b57159c2a42a6d2b7a50b49d7c6c776b03da11d /lib/uri/ftp.rb
parent474f41880fd4fdffaad03fc73b76354886dab015 (diff)
[ruby/uri] Use https instead of http
https://github.com/ruby/uri/commit/ad2591f0d1
Diffstat (limited to 'lib/uri/ftp.rb')
-rw-r--r--lib/uri/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb
index abad613c33..1c75e242ba 100644
--- a/lib/uri/ftp.rb
+++ b/lib/uri/ftp.rb
@@ -17,7 +17,7 @@ module URI
# This class will be redesigned because of difference of implementations;
# the structure of its path. draft-hoffman-ftp-uri-04 is a draft but it
# is a good summary about the de facto spec.
- # http://tools.ietf.org/html/draft-hoffman-ftp-uri-04
+ # https://datatracker.ietf.org/doc/html/draft-hoffman-ftp-uri-04
#
class FTP < Generic
# A Default port of 21 for URI::FTP.