about summary refs log tree commit homepage
path: root/lib/yahns/log.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/log.rb')
-rw-r--r--lib/yahns/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns/log.rb b/lib/yahns/log.rb
index a03c973..b8015c4 100644
--- a/lib/yahns/log.rb
+++ b/lib/yahns/log.rb
@@ -66,7 +66,7 @@ module Yahns::Log # :nodoc:
           # MRI will use freopen(3) here internally on std{in,out,err}
           fp.reopen(fp.path, "a")
         else
-          # We should not need this: http://bugs.ruby-lang.org/issues/9036
+          # We should not need this: https://bugs.ruby-lang.org/issues/9036
           # MRI will not call call fclose(3) or freopen(3) here
           # since there's no associated std{in,out,err} FILE * pointer
           # This should atomically use dup3(2) (or dup2(2)) syscall