Skip to content

Commit 594a11a

Browse files
Fix broken CAP theorem link donnemartin#1160 (donnemartin#1161)
1 parent 683bdb1 commit 594a11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Generally, you should aim for **maximal throughput** with **acceptable latency**
442442
<p align="center">
443443
<img src="images/bgLMI2u.png">
444444
<br/>
445-
<i><a href=http://robertgreiner.com/2014/08/cap-theorem-revisited>Source: CAP theorem revisited</a></i>
445+
<i><a href="https://robertgreiner.com/cap-theorem-revisited">Source: CAP theorem revisited</a></i>
446446
</p>
447447

448448
In a distributed computer system, you can only support two of the following guarantees:
@@ -465,7 +465,7 @@ AP is a good choice if the business needs to allow for [eventual consistency](#e
465465

466466
### Source(s) and further reading
467467

468-
* [CAP theorem revisited](http://robertgreiner.com/2014/08/cap-theorem-revisited/)
468+
* [CAP theorem revisited](https://robertgreiner.com/cap-theorem-revisited/))
469469
* [A plain english introduction to CAP theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem)
470470
* [CAP FAQ](https://github.com/henryr/cap-faq)
471471
* [The CAP theorem](https://www.youtube.com/watch?v=k-Yaq8AHlFA)

0 commit comments

Comments
 (0)