From 4f2350cc52cecc6dd3cd40735478401600cdbe08 Mon Sep 17 00:00:00 2001 From: Larry Lv Date: Fri, 21 Apr 2017 17:06:45 -0700 Subject: [PATCH] Fix asynchronism link in mint README --- solutions/system_design/mint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/system_design/mint/README.md b/solutions/system_design/mint/README.md index 654e8262..7f58fe0a 100644 --- a/solutions/system_design/mint/README.md +++ b/solutions/system_design/mint/README.md @@ -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)