From 654368131040b719c6b88422cf18a124c0e8eafc Mon Sep 17 00:00:00 2001 From: Sunny Allana Date: Wed, 17 Jan 2024 02:16:04 +0500 Subject: [PATCH] en: Fixed issue #816 - Updated the URL for Elasticache caching strategies from [http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Strategies.html] to [https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Strategies.html] in the README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f41e7b..d41c4eb 100644 --- a/README.md +++ b/README.md @@ -1318,7 +1318,7 @@ Refresh-ahead can result in reduced latency vs read-through if the cache can acc * [Introduction to architecting systems for scale](http://lethain.com/introduction-to-architecting-systems-for-scale/) * [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/) * [Scalability](http://www.lecloud.net/post/9246290032/scalability-for-dummies-part-3-cache) -* [AWS ElastiCache strategies](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Strategies.html) +* [AWS ElastiCache strategies](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Strategies.html) * [Wikipedia](https://en.wikipedia.org/wiki/Cache_(computing)) ## Asynchronism