From bf0262c8c66b324308122c45edc7d40758cfcbcc Mon Sep 17 00:00:00 2001 From: Miguel Angel Rojo <29736144+freemanzMrojo@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:27:35 +0000 Subject: [PATCH] Fix link for push and pull CDNs (#1190) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37144ab..21d030c 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ AP is a good choice if the business needs to allow for [eventual consistency](#e ### Source(s) and further reading -* [CAP theorem revisited](https://robertgreiner.com/cap-theorem-revisited/)) +* [CAP theorem revisited](https://robertgreiner.com/cap-theorem-revisited/) * [A plain english introduction to CAP theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem) * [CAP FAQ](https://github.com/henryr/cap-faq) * [The CAP theorem](https://www.youtube.com/watch?v=k-Yaq8AHlFA) @@ -654,7 +654,7 @@ Sites with heavy traffic work well with pull CDNs, as traffic is spread out more ### Source(s) and further reading * [Globally distributed content delivery](https://figshare.com/articles/Globally_distributed_content_delivery/6605972) -* [The differences between push and pull CDNs](http://www.travelblogadvice.com/technical/the-differences-between-push-and-pull-cdns/) +* [The differences between push and pull CDNs](https://www.geeksforgeeks.org/system-design/pull-cdn-vs-push-cdn/) * [Wikipedia](https://en.wikipedia.org/wiki/Content_delivery_network) ## Load balancer