aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_controller/metal/streaming.rb2
-rw-r--r--guides/source/5_2_release_notes.md10
-rw-r--r--guides/source/action_cable_overview.md2
-rw-r--r--guides/source/api_app.md1
4 files changed, 3 insertions, 12 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.
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index eb361e200a..e2f8cf1f76 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -151,15 +151,6 @@ ToDo
ToDo
-Active Storage
---------------
-
-Please refer to the [Changelog][active-support] for detailed changes.
-
-### Notable changes
-
-ToDo
-
Active Support
--------------
@@ -205,6 +196,5 @@ framework it is. Kudos to all of them.
[action-cable]: https://github.com/rails/rails/blob/5-2-stable/actioncable/CHANGELOG.md
[active-record]: https://github.com/rails/rails/blob/5-2-stable/activerecord/CHANGELOG.md
[active-model]: https://github.com/rails/rails/blob/5-2-stable/activemodel/CHANGELOG.md
-[active-storage]: https://github.com/rails/rails/blob/5-2-stable/activestorage/CHANGELOG.md
[active-support]: https://github.com/rails/rails/blob/5-2-stable/activesupport/CHANGELOG.md
[active-job]: https://github.com/rails/rails/blob/5-2-stable/activejob/CHANGELOG.md
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md
index 1a86b1fcbb..c250db2e0c 100644
--- a/guides/source/action_cable_overview.md
+++ b/guides/source/action_cable_overview.md
@@ -1,3 +1,5 @@
+**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
+
Action Cable Overview
=====================
diff --git a/guides/source/api_app.md b/guides/source/api_app.md
index b360f270d7..b4d90d31de 100644
--- a/guides/source/api_app.md
+++ b/guides/source/api_app.md
@@ -1,6 +1,5 @@
**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
-
Using Rails for API-only Applications
=====================================