aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/mem_cache_store.rb
diff options
context:
space:
mode:
authorCheah Chu Yeow <chuyeow@gmail.com>2011-11-11 17:07:02 +0800
committerCheah Chu Yeow <chuyeow@gmail.com>2011-11-11 17:07:02 +0800
commitdf5c9fd9f42e9bebb02bb61acf70de3d17bc8152 (patch)
tree6430fccda8314f50de0ea50c6120fc2af01ab8df /activesupport/lib/active_support/cache/mem_cache_store.rb
parente34e4d43301618307f94123d3710f094297f91f3 (diff)
downloadrails-df5c9fd9f42e9bebb02bb61acf70de3d17bc8152.tar.gz
rails-df5c9fd9f42e9bebb02bb61acf70de3d17bc8152.tar.bz2
rails-df5c9fd9f42e9bebb02bb61acf70de3d17bc8152.zip
Update Memcached website to its new one at http://memcached.org/.
Diffstat (limited to 'activesupport/lib/active_support/cache/mem_cache_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/mem_cache_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/mem_cache_store.rb b/activesupport/lib/active_support/cache/mem_cache_store.rb
index 5234cdb4ce..530839b24d 100644
--- a/activesupport/lib/active_support/cache/mem_cache_store.rb
+++ b/activesupport/lib/active_support/cache/mem_cache_store.rb
@@ -11,7 +11,7 @@ require 'active_support/core_ext/string/encoding'
module ActiveSupport
module Cache
# A cache store implementation which stores data in Memcached:
- # http://www.danga.com/memcached/
+ # http://memcached.org/
#
# This is currently the most popular cache store for production websites.
#