From e9b9af6ca2957752cb9c6ca6e935ef081751e61b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 Mar 2017 20:05:05 +0000 Subject: doc: fix links to raindrops project bogomips.org is dropping prefixes to reduce subjectAltName bloat in TLS certificates. --- Links | 2 +- lib/unicorn.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Links b/Links index 7c113c8..475a6c0 100644 --- a/Links +++ b/Links @@ -23,7 +23,7 @@ or services behind them. * {golden_brindle}[https://github.com/simonoff/golden_brindle] - tool to manage multiple unicorn instances/applications on a single server -* {raindrops}[http://raindrops.bogomips.org/] - real-time stats for +* {raindrops}[https://bogomips.org/raindrops/] - real-time stats for preforking Rack servers * {UnXF}[https://bogomips.org/unxf/] Un-X-Forward* the Rack environment, diff --git a/lib/unicorn.rb b/lib/unicorn.rb index f122563..4bd7bda 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -95,7 +95,7 @@ module Unicorn # returns an array of strings representing TCP listen socket addresses # and Unix domain socket paths. This is useful for use with - # Raindrops::Middleware under Linux: http://raindrops.bogomips.org/ + # Raindrops::Middleware under Linux: https://bogomips.org/raindrops/ def self.listener_names Unicorn::HttpServer::LISTENERS.map do |io| Unicorn::SocketHelper.sock_name(io) -- cgit v1.2.3-24-ge0c7