aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2013-11-08 23:57:07 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2013-11-09 00:01:50 +0530
commit2476f9fcd35bdd14afc9b0d75046e376c4716a88 (patch)
tree6d0df6728ddfe43c91d5a4c969ca666c91bd6e7c
parent5741a8aae595950ab9129b3b4aed08adc22e0ed3 (diff)
downloadrails-2476f9fcd35bdd14afc9b0d75046e376c4716a88.tar.gz
rails-2476f9fcd35bdd14afc9b0d75046e376c4716a88.tar.bz2
rails-2476f9fcd35bdd14afc9b0d75046e376c4716a88.zip
:scissors: fix broken url [ci skip]
-rw-r--r--guides/source/asset_pipeline.md3
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