Skip to content

Commit

Permalink
Update master-slave section anchor (donnemartin#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher authored and donnemartin committed Feb 8, 2018
1 parent ca674d8 commit f6b7d3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solutions/system_design/query_cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ To handle the heavy request load and the large amount of memory needed, we'll sc
### SQL scaling patterns

* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave)
* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave-replication)
* [Federation](https://github.com/donnemartin/system-design-primer#federation)
* [Sharding](https://github.com/donnemartin/system-design-primer#sharding)
* [Denormalization](https://github.com/donnemartin/system-design-primer#denormalization)
Expand Down
2 changes: 1 addition & 1 deletion solutions/system_design/scaling_aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ We can further separate out our [**Application Servers**](https://github.com/don
### SQL scaling patterns

* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave)
* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave-replication)
* [Federation](https://github.com/donnemartin/system-design-primer#federation)
* [Sharding](https://github.com/donnemartin/system-design-primer#sharding)
* [Denormalization](https://github.com/donnemartin/system-design-primer#denormalization)
Expand Down
2 changes: 1 addition & 1 deletion solutions/system_design/social_graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Below are further optimizations:
### SQL scaling patterns

* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave)
* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave-replication)
* [Federation](https://github.com/donnemartin/system-design-primer#federation)
* [Sharding](https://github.com/donnemartin/system-design-primer#sharding)
* [Denormalization](https://github.com/donnemartin/system-design-primer#denormalization)
Expand Down
2 changes: 1 addition & 1 deletion solutions/system_design/web_crawler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Below are a few other optimizations to the **Crawling Service**:
### SQL scaling patterns

* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave)
* [Read replicas](https://github.com/donnemartin/system-design-primer#master-slave-replication)
* [Federation](https://github.com/donnemartin/system-design-primer#federation)
* [Sharding](https://github.com/donnemartin/system-design-primer#sharding)
* [Denormalization](https://github.com/donnemartin/system-design-primer#denormalization)
Expand Down

0 comments on commit f6b7d3c

Please sign in to comment.