From c1da477f27d30067b59300ca07257f8a50be9231 Mon Sep 17 00:00:00 2001
From: Julien WITTOUCK <julien.wittouck@gmail.com>
Date: Tue, 26 Nov 2024 06:57:55 +0100
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20:=20add=20links=20to=20architecture?=
 =?UTF-8?q?=20articles?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 w10-hexa/10-hexa.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/w10-hexa/10-hexa.html b/w10-hexa/10-hexa.html
index 83d558c..d48338e 100644
--- a/w10-hexa/10-hexa.html
+++ b/w10-hexa/10-hexa.html
@@ -114,7 +114,7 @@
 
         <section>
             <h3>L'architecture n-tier (années 90)</h3>
-            <p>Séparatation physique entre les programmes et les BDD, entre les clients et les serveurs</p>
+            <p>Séparation physique entre les programmes et les BDD, entre les clients et les serveurs</p>
             <img src="images/n-tier.png"/>
         </section>
         <section>
@@ -124,19 +124,19 @@
         </section>
 
         <section>
-            <h3>L'architecture Hexagonale (ports et adapters)</h3>
+            <h3>L'<a href="https://web.archive.org/web/20180822100852/alistair.cockburn.us/Hexagonal+architecture" target="_blank">architecture Hexagonale</a> (ports et adapters)</h3>
             <p>Conceptualisé par Alistair Cockburn en 2005</p>
             <img src="./images/hexagon.png"/>
         </section>
 
         <section>
-            <h3>La Onion Architecture</h3>
+            <h3>La <a href="https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/" target="_blank">Onion Architecture</a></h3>
             <p>Conceptualisé par Jeffrey Palermo en 2008</p>
             <img src="./images/onion.png"/>
         </section>
 
         <section>
-            <h3>La Clean Architecture</h3>
+            <h3>La <a href="https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html" target="_blank">Clean Architecture</a></h3>
             <p>Conceptualisé par Robert C. Martin en 2012</p>
             <img src="./images/CleanArchitecture.jpg"/>
         </section>
-- 
GitLab