aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-07-14 12:17:21 +0200
committerXavier Noria <fxn@hashref.com>2016-07-14 12:17:21 +0200
commitdf6684458b6102f1f824ad340854610c60193ff2 (patch)
treeabcfa9a0419f7558e850e849e8aa88ec8f0237c9
parent5494af0c0f087a959c7f50e6689ff540cedef130 (diff)
downloadrails-df6684458b6102f1f824ad340854610c60193ff2.tar.gz
rails-df6684458b6102f1f824ad340854610c60193ff2.tar.bz2
rails-df6684458b6102f1f824ad340854610c60193ff2.zip
fixes a link in the release notes of 5.0 [ci skip]
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index b542005f52..857e82310c 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -206,7 +206,7 @@ Please refer to the [Changelog][railties] for detailed changes.
* Deprecated `config.static_cache_control` in favor of
`config.public_file_server.headers`.
- ([Pull Request](https://github.com/rails/rails/pull/22173))
+ ([Pull Request](https://github.com/rails/rails/pull/19135))
* Deprecated `config.serve_static_files` in favor of `config.public_file_server.enabled`.
([Pull Request](https://github.com/rails/rails/pull/22173))