diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-09-21 08:08:04 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-09-21 08:08:04 +0900 |
commit | 9b917789fab6236eb9f785e92c1247feccd9bc40 (patch) | |
tree | 6ec5bb8474f3fdffa8e15fc447833bd50e09b9e9 /guides/source | |
parent | aa0c8778dcd8ce7ab5aed082d7900e6ab87f1d91 (diff) | |
download | rails-9b917789fab6236eb9f785e92c1247feccd9bc40.tar.gz rails-9b917789fab6236eb9f785e92c1247feccd9bc40.tar.bz2 rails-9b917789fab6236eb9f785e92c1247feccd9bc40.zip |
Update link in The Asset Pipeline guide [ci skip]
Diffstat (limited to 'guides/source')
-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/) |