diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-09-21 10:51:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-21 10:51:02 +0900 |
commit | 6c199967fc5c32155684b95628751eb1b5098e13 (patch) | |
tree | c452aad588800ae137d8e468194854fc6037b4a2 | |
parent | 55e50f7c7819ee5d3234c47e34b5e20196ac24b7 (diff) | |
parent | 9b917789fab6236eb9f785e92c1247feccd9bc40 (diff) | |
download | rails-6c199967fc5c32155684b95628751eb1b5098e13.tar.gz rails-6c199967fc5c32155684b95628751eb1b5098e13.tar.bz2 rails-6c199967fc5c32155684b95628751eb1b5098e13.zip |
Merge pull request #30669 from yhirano55/update_link_in_asset_pipeline_guide
Update link in The Asset Pipeline guide [ci skip]
-rw-r--r-- | guides/source/asset_pipeline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 17ab9c7600..8bd1f91304 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -154,7 +154,7 @@ environments. You can enable or disable it in your configuration through the More reading: -* [Optimize caching](http://code.google.com/speed/page-speed/docs/caching.html) +* [Optimize caching](https://developers.google.com/speed/docs/insights/LeverageBrowserCaching) * [Revving Filenames: don't use querystring](http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/) |