diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-11-08 11:15:07 -0800 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-11-08 11:15:07 -0800 |
commit | 052ca181bc5004fce0b2abd60fc4038a0a9097a4 (patch) | |
tree | b39c39c6418496ec6044e96372052b353fe8b525 /guides/source | |
parent | e812163f3aeab899f56730b73cd5ad0615ddc16b (diff) | |
parent | 2476f9fcd35bdd14afc9b0d75046e376c4716a88 (diff) | |
download | rails-052ca181bc5004fce0b2abd60fc4038a0a9097a4.tar.gz rails-052ca181bc5004fce0b2abd60fc4038a0a9097a4.tar.bz2 rails-052ca181bc5004fce0b2abd60fc4038a0a9097a4.zip |
Merge pull request #12813 from gaurish/patch-2
fix broken url/formatting in Asset pipeline guide [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/asset_pipeline.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index e9d3712a2a..39448e92d5 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -151,8 +151,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) -* [Revving Filenames: don't use -* querystring](http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/) +* [Revving Filenames: don't use querystring](http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/) How to Use the Asset Pipeline |