about summary refs log tree commit homepage
path: root/lib/rainbows/reverse_proxy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/reverse_proxy.rb')
-rw-r--r--lib/rainbows/reverse_proxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/reverse_proxy.rb b/lib/rainbows/reverse_proxy.rb
index 16a6f65..a4d8390 100644
--- a/lib/rainbows/reverse_proxy.rb
+++ b/lib/rainbows/reverse_proxy.rb
@@ -3,7 +3,7 @@
 require 'socket'
 require 'thread'
 require 'uri'
-require 'kcar' # http://bogomips.org/kcar/ -- gem install kcar
+require 'kcar' # https://bogomips.org/kcar/ -- gem install kcar
 
 # This is lightly tested and has an unstable configuration interface.
 # ***** Do not rely on anything under the ReverseProxy namespace! *****