aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-12-15 13:54:25 +0900
committerGitHub <noreply@github.com>2017-12-15 13:54:25 +0900
commitf4b775ae488c6ffc8cae0273c6e338f5116a92fe (patch)
treec6907d1d1610bb57b443482697d127a48e5bf602
parent06dbc028da444079d82b36ea4325a924982838a6 (diff)
parenta680e2f7278582c6d36c029b0f8a8ea956d293e6 (diff)
downloadrails-f4b775ae488c6ffc8cae0273c6e338f5116a92fe.tar.gz
rails-f4b775ae488c6ffc8cae0273c6e338f5116a92fe.tar.bz2
rails-f4b775ae488c6ffc8cae0273c6e338f5116a92fe.zip
Merge pull request #31466 from dixitp012/action_pack_doc_link_update
[ci skip] update link
-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.