1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-16 22:23:59 +02:00

Fix broken links (#5120)

* fix: link in retry storm (performance antipatterns) section

* fix: link in geode pattern
This commit is contained in:
Sherkhan Azimov
2024-05-10 23:19:51 +02:00
committed by GitHub
parent 4d35795899
commit 45ab04af04
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ Retry Storm refers to a situation in which a large number of retries are trigger
To learn more, visit the following links:
- [Retry Storm antipattern](https://learn.microsoft.com/en-us/azure/architecture/antipatterns/retry-storm/s)
- [Retry Storm antipattern](https://learn.microsoft.com/en-us/azure/architecture/antipatterns/retry-storm/)
- [How To Avoid Retry Storms In Distributed Systems](https://faun.pub/how-to-avoid-retry-storms-in-distributed-systems-91bf34f43c7f)

View File

@@ -5,4 +5,4 @@ The Geode pattern involves deploying a collection of backend services into a set
To learn more visit the following links:
- [Geode pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/geodes)
- [Geode Formation, Types & Appearance | What is a Geode?](https://study.com/academy/lesson/geode-formation-types-appearance.ht)
- [Geode Formation, Types & Appearance | What is a Geode?](https://study.com/academy/lesson/geode-formation-types-appearance.html)