1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 22:29:42 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)