From c451830d2b32cdf6d2825605420eefe2cec6487b Mon Sep 17 00:00:00 2001 From: Michael Silver Date: Wed, 3 Jun 2020 14:28:10 -0700 Subject: [PATCH] Fix URL for CAP Theorem Introduction Looks like the server can't handle that trailing slash :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2465edb..a05e39c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Here are some articles about system design related topics. * [Scalable System Design Patterns](http://horicky.blogspot.com/2010/10/scalable-system-design-patterns.html) * [Introduction to Architecting Systems for Scale](http://lethain.com/introduction-to-architecting-systems-for-scale/) * [Transactions Across Datacenters](http://snarfed.org/transactions_across_datacenters_io.html) -* [A Plain English Introduction to CAP Theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem/) +* [A Plain English Introduction to CAP Theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem) * [The CAP FAQ](https://github.com/henryr/cap-faq) * [Paxos Made Simple](http://research.microsoft.com/en-us/um/people/lamport/pubs/paxos-simple.pdf) * [Consistent Hashing](http://www.tom-e-white.com/2007/11/consistent-hashing.html)