Skip to content

Commit 7027b8d

Browse files
committed
Fix consistency and partition tolerance link
1 parent 4f987a2 commit 7027b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Topics for learning system design:
3131

3232
This is an **early draft** of a **continually updated, open source** project.
3333

34-
[Contributions](#contributin) are welcome!
34+
[Contributions](#contributing) are welcome!
3535

3636
### Prep for the system design interview
3737

@@ -77,7 +77,7 @@ Feel free to submit pull requests to help:
7777

7878
Content that needs some polishing is placed [under development](#under-development).
7979

80-
Review the [Contributing Guidelines](https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md).
80+
Review the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md).
8181

8282
## Index of system design topics
8383

@@ -95,7 +95,7 @@ Review the [Contributing Guidelines](https://github.com/donnemartin/awesome-aws/
9595
* [Latency vs throughput](#latency-vs-throughput)
9696
* [Availability vs consistency](#availability-vs-consistency)
9797
* [CAP theorem](#cap-theorem)
98-
* [CP - consistency and partition tolerance](#cp-consistency-and-partition-tolerance)
98+
* [CP - consistency and partition tolerance](#cp---consistency-and-partition-tolerance)
9999
* [AP - availability and partition tolerance](#ap-availability-and-partition-tolerance)
100100
* [Consistency patterns](#consistency-patterns)
101101
* [Weak consistency](#weak-consistency)

0 commit comments

Comments
 (0)