about summary refs log tree commit homepage
path: root/lib/unicorn/http_server.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-10-30 21:10:48 +0000
committerEric Wong <e@80x24.org>2016-10-30 21:10:48 +0000
commit3dbbda30f02a40025abdee395fb0803985046db6 (patch)
treee617a1927356ec0e27d77d41a90e25e09e165d52 /lib/unicorn/http_server.rb
parent1801e22f390549284892456edc1c3117d03e8cfd (diff)
parent55d9f128edcaccd29529177f13eaec6f79c5523b (diff)
downloadunicorn-3dbbda30f02a40025abdee395fb0803985046db6.tar.gz
* origin/website-move:
  relocate website to https://bogomips.org/unicorn/
Diffstat (limited to 'lib/unicorn/http_server.rb')
-rw-r--r--lib/unicorn/http_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 741cca5..35bd100 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -6,7 +6,7 @@
 # forked worker children.
 #
 # Users do not need to know the internals of this class, but reading the
-# {source}[http://bogomips.org/unicorn.git/tree/lib/unicorn/http_server.rb]
+# {source}[https://bogomips.org/unicorn.git/tree/lib/unicorn/http_server.rb]
 # is education for programmers wishing to learn how unicorn works.
 # See Unicorn::Configurator for information on how to configure unicorn.
 class Unicorn::HttpServer