* F[ixed] Link in Content Delivery Networks #3881

* [Fixed] Typo #3881

* Delete package-lock.json

---------

Co-authored-by: Aman Tank <132202130+amanntank@users.noreply.github.com>
pull/3907/head
Aman Tank 2 years ago committed by GitHub
parent 5dd0479caf
commit 58503f67f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/system-design/content/105-availability-patterns/101-replication.md
  2. 2
      src/data/roadmaps/system-design/content/108-content-delivery-networks/index.md

@ -6,6 +6,6 @@ Replication is an availability pattern that involves having multiple copies of t
- **Master-Slave replication:** In this type of replication, one server is designated as the "master" and handles all write operations, while multiple "slave" servers handle read operations. If the master fails, one of the slaves can be promoted to take its place. This type of replication is simpler to set up and maintain compared to Master-Master replication.
Visi the following links for more resources:
Visit the following links for more resources:
- [Replication: Availability Pattern](https://github.com/donnemartin/system-design-primer#replication)

@ -11,4 +11,4 @@ Learn more about CDNs from the following links:
- [Introduction to CDNs](https://github.com/donnemartin/system-design-primer#content-delivery-network)
- [The Differences Between Push And Pull CDNs](http://www.travelblogadvice.com/technical/the-differences-between-push-and-pull-cdns/)
- [Brief aout Content delivery network](https://en.wikipedia.org/wiki/Content_delivery_network)
- [Brief about Content delivery network](https://en.wikipedia.org/wiki/Content_delivery_network)

Loading…
Cancel
Save