Update image paths for localizations

This commit is contained in:
Ilkka Seppälä 2021-11-01 21:41:20 +02:00
parent f4d67c77f7
commit e05595194d
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB
14 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ captain.row();
## 클레스 다이어그램
![alt text](https://github.com/warp125/java-design-patterns/blob/master/adapter/etc/adapter.urm.png?raw=true)
![alt text](etc/adapter.urm.png)
## 적용 가능성

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -104,7 +104,7 @@ This Ferrari.
## 클래스 다이어그램
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/factory/etc/factory.urm.png)
![alt text](etc/factory.urm.png)
## 적용 가능성

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -134,7 +134,7 @@ The hobbits are facing sunny weather now
## 클래스 다이어그램
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/observer/etc/observer.png)
![alt text](etc/observer.png)
## 적용 가능성

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -64,7 +64,7 @@ System.out.println(cloned.getName()); // Dolly
## 클래스 다이어그램
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/prototype/etc/prototype.urm.png)
![alt text](etc/prototype.urm.png)
## 적용 가능성

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -46,7 +46,7 @@ assertEquals(enumIvoryTower1, enumIvoryTower2); // true
## 클래스 다이어그램
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/singleton/etc/singleton.urm.png)
![alt text](etc/singleton.urm.png)
## 적용 가능성

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -160,7 +160,7 @@ public class LambdaStrategy {
## 클래스 다이어그램
![alt text](../../../strategy/etc/strategy_urm.png "Strategy")
![alt text](etc/strategy_urm.png "Strategy")
## 적용 가능성

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -48,7 +48,7 @@ assertEquals(enumIvoryTower1, enumIvoryTower2); // true
## Sınıf diagramı
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/singleton/etc/singleton.urm.png)
![alt text](etc/singleton.urm.png)
## Uygulanabilirlik

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB