refactor: update korean image links

This commit is contained in:
Ilkka Seppälä
2022-11-20 20:19:25 +02:00
parent fc6cd04440
commit cc6ac612f0
14 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ captain.row();
## 클레스 다이어그램
![alt text](etc/adapter.urm.png)
![alt text](./etc/adapter.urm.png)
## 적용 가능성
+1 -1
View File
@@ -112,7 +112,7 @@ var mage = new Hero.Builder(Profession.MAGE, "Riobard").withHairColor(HairColor.
## 클래스 다이어그램
![alt text](../../../builder/etc/builder.urm.png "Builder class diagram")
![alt text](./etc/builder.urm.png "Builder class diagram")
## 적용 가능성
Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

+1 -1
View File
@@ -104,7 +104,7 @@ This Ferrari.
## 클래스 다이어그램
![alt text](etc/factory.urm.png)
![alt text](./etc/factory.urm.png)
## 적용 가능성
+1 -1
View File
@@ -123,7 +123,7 @@ Ring of armor
## 클래스 다이어그램
![alt text](../../../iterator/etc/iterator_1.png "Iterator")
![alt text](./etc/iterator_1.png "Iterator")
## 적용 가능성
Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

+1 -1
View File
@@ -134,7 +134,7 @@ The hobbits are facing sunny weather now
## 클래스 다이어그램
![alt text](etc/observer.png)
![alt text](./etc/observer.png)
## 적용 가능성
+1 -1
View File
@@ -64,7 +64,7 @@ System.out.println(cloned.getName()); // Dolly
## 클래스 다이어그램
![alt text](etc/prototype.urm.png)
![alt text](./etc/prototype.urm.png)
## 적용 가능성
+1 -1
View File
@@ -120,7 +120,7 @@ Brown wizard is not allowed to enter!
## 클래스 다이어그램
![alt text](../../../proxy/etc/proxy.urm.png "Proxy pattern class diagram")
![alt text](./etc/proxy.urm.png "Proxy pattern class diagram")
## 적용 가능성
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+1 -1
View File
@@ -46,7 +46,7 @@ assertEquals(enumIvoryTower1, enumIvoryTower2); // true
## 클래스 다이어그램
![alt text](etc/singleton.urm.png)
![alt text](./etc/singleton.urm.png)
## 적용 가능성
+1 -1
View File
@@ -160,7 +160,7 @@ public class LambdaStrategy {
## 클래스 다이어그램
![alt text](etc/strategy_urm.png "Strategy")
![alt text](./etc/strategy_urm.png "Strategy")
## 적용 가능성
+1 -1
View File
@@ -118,7 +118,7 @@ public class HalflingThief {
## 클래스 다이어그램
![alt text](../../../template-method/etc/template_method_urm.png "Template Method")
![alt text](./etc/template_method_urm.png "Template Method")
## 적용 가능성
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB