From cbbb548c7de6045c3e2178e81c5e7703214eaa15 Mon Sep 17 00:00:00 2001 From: Larry Lv Date: Mon, 15 May 2017 21:10:51 -0700 Subject: [PATCH] Fix asynchronism link in Mint README (#69) --- 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 654e826..7f58fe0 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)