diff options
author | Vipul A M <vipulnsward@gmail.com> | 2014-04-12 12:46:04 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2014-04-12 12:46:04 +0530 |
commit | 73bfb510119e7552378949d635164010e3d5abe2 (patch) | |
tree | 1927b363b6a105640eafbc8e1f8961d2d66ba950 /actionview/lib/action_view | |
parent | e533855383ea187d8a157d49afc438f893c4b8ae (diff) | |
download | rails-73bfb510119e7552378949d635164010e3d5abe2.tar.gz rails-73bfb510119e7552378949d635164010e3d5abe2.tar.bz2 rails-73bfb510119e7552378949d635164010e3d5abe2.zip |
Change links to 37signals and svn blog to point to new destinations. [ci skip]
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/helpers/cache_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/cache_helper.rb b/actionview/lib/action_view/helpers/cache_helper.rb index d1c268ec40..4db8930a26 100644 --- a/actionview/lib/action_view/helpers/cache_helper.rb +++ b/actionview/lib/action_view/helpers/cache_helper.rb @@ -11,7 +11,7 @@ module ActionView # The best way to use this is by doing key-based cache expiration # on top of a cache store like Memcached that'll automatically # kick out old entries. For more on key-based expiration, see: - # http://37signals.com/svn/posts/3113-how-key-based-cache-expiration-works + # http://signalvnoise.com/posts/3113-how-key-based-cache-expiration-works # # When using this method, you list the cache dependency as the name of the cache, like so: # |