1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Fix software architecture link (#2376)

Changing first link to cached version on Google (original appears temporarily broken)
This commit is contained in:
Mauro Tártara
2022-10-11 18:21:39 -03:00
committed by GitHub
parent 64e0e5ec89
commit f6835edb65

View File

@@ -3,6 +3,6 @@
Describes how an application is built including its components, how they interact with each other, environment in which they operate and so on.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.future-processing.com/blog/what-is-software-architecture-in-software-engineering/'>What is Software Architecture in Software Engineering?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://webcache.googleusercontent.com/search?q=cache:ya4xvYaEckQJ:https://www.future-processing.com/blog/what-is-software-architecture-in-software-engineering/&cd=1&hl=es-419&ct=clnk&gl=ar'>What is Software Architecture in Software Engineering?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/an-introduction-to-software-architecture-patterns/'>An Introduction to Software Architecture Patterns</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.infoq.com/articles/what-software-architecture/'>Software Architecture: It might not be what you think it is</BadgeLink>