aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-22 09:16:50 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-22 11:32:07 +0900
commitb279375ff47e1d020456097ab3c7c273266a489f (patch)
tree5ad633276c1403fddfb9d8f19068eefa350b5c94 /activesupport/lib/active_support/cache
parent55ca1ad6a1bff50b72b860b4509a510b9eb546c9 (diff)
downloadrails-b279375ff47e1d020456097ab3c7c273266a489f.tar.gz
rails-b279375ff47e1d020456097ab3c7c273266a489f.tar.bz2
rails-b279375ff47e1d020456097ab3c7c273266a489f.zip
Update links to use https instead of http [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/cache')
-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 73924aaaf9..d7bd914722 100644
--- a/activesupport/lib/active_support/cache/mem_cache_store.rb
+++ b/activesupport/lib/active_support/cache/mem_cache_store.rb
@@ -14,7 +14,7 @@ require_relative "../core_ext/array/extract_options"
module ActiveSupport
module Cache
# A cache store implementation which stores data in Memcached:
- # http://memcached.org/
+ # https://memcached.org
#
# This is currently the most popular cache store for production websites.
#