From 9cfeedb718efcf27ed2e8e34409bc0a10df4886f Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 18 Jun 2023 17:35:15 +0900 Subject: [PATCH] :nail_care: Wrap the AC::Meta::Streaming doc links This way they look good on page, and in your editor. --- actionpack/lib/action_controller/metal/streaming.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_controller/metal/streaming.rb b/actionpack/lib/action_controller/metal/streaming.rb index f7fe132fedb4d..acbd19bb8e8f4 100644 --- a/actionpack/lib/action_controller/metal/streaming.rb +++ b/actionpack/lib/action_controller/metal/streaming.rb @@ -181,7 +181,8 @@ module ActionController # :nodoc: # # You may also want to configure other parameters like :tcp_nodelay. # - # Please check the {documentation}[https://bogomips.org/unicorn/Unicorn/Configurator.html#method-i-listen] for more information. + # For more information, please check the + # {documentation}[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. @@ -199,7 +200,8 @@ module ActionController # :nodoc: # done at the NGINX level which waits until the application is done sending # the response back to the client. # - # Please check the {documentation}[https://www.phusionpassenger.com/docs/references/config_reference/nginx/#passenger_buffer_response] for more information. + # For more information, please check the + # {documentation}[https://www.phusionpassenger.com/docs/references/config_reference/nginx/#passenger_buffer_response]. # module Streaming class Body # :nodoc: