aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDixit Patel <dixitpatel012@aol.com>2017-12-15 10:15:04 +0530
committerDixit Patel <dixitpatel012@aol.com>2017-12-15 10:15:04 +0530
commita680e2f7278582c6d36c029b0f8a8ea956d293e6 (patch)
tree9d3c8b7e2efe5faeb4fccbb8a0341f67f0edf0ae /actionpack
parent377948850fd820d6934c5c2d126bd53861956270 (diff)
downloadrails-a680e2f7278582c6d36c029b0f8a8ea956d293e6.tar.gz
rails-a680e2f7278582c6d36c029b0f8a8ea956d293e6.tar.bz2
rails-a680e2f7278582c6d36c029b0f8a8ea956d293e6.zip
[ci skip] update link
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/metal/streaming.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/streaming.rb b/actionpack/lib/action_controller/metal/streaming.rb
index 0b1598bf1b..8dc01a5eb9 100644
--- a/actionpack/lib/action_controller/metal/streaming.rb
+++ b/actionpack/lib/action_controller/metal/streaming.rb
@@ -183,7 +183,7 @@ module ActionController #:nodoc:
# unicorn_rails --config-file unicorn.config.rb
#
# You may also want to configure other parameters like <tt>:tcp_nodelay</tt>.
- # Please check its documentation for more information: http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-listen
+ # Please check its documentation for more information: https://bogomips.org/unicorn/Unicorn/Configurator.html#method-i-listen
#
# If you are using Unicorn with NGINX, you may need to tweak NGINX.
# Streaming should work out of the box on Rainbows.