Skip to content

Commit

Permalink
Fix asynchronism link in Mint README (donnemartin#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
larrylv authored and donnemartin committed May 16, 2017
1 parent 019eaaf commit cbbb548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/system_design/mint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ We'll introduce some components to complete the design and to address scalabilit
* [Relational database management system (RDBMS)](https://github.com/donnemartin/system-design-primer#relational-database-management-system-rdbms)
* [SQL write master-slave failover](https://github.com/donnemartin/system-design-primer#fail-over)
* [Master-slave replication](https://github.com/donnemartin/system-design-primer#master-slave-replication)
* [Asynchronism](https://github.com/donnemartin/system-design-primer#aysnchronism)
* [Asynchronism](https://github.com/donnemartin/system-design-primer#asynchronism)
* [Consistency patterns](https://github.com/donnemartin/system-design-primer#consistency-patterns)
* [Availability patterns](https://github.com/donnemartin/system-design-primer#availability-patterns)

Expand Down

0 comments on commit cbbb548

Please sign in to comment.