Fix some links in localization folders

This commit is contained in:
Ilkka Seppälä 2021-09-11 19:09:39 +03:00
parent bc7040566e
commit 58c0008b75
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -122,4 +122,4 @@ public class Orc extends ActiveCreature {
## 类图
![alt text](../../../active-object/etc/active-object.urm.PNG "Active Object class diagram")
![alt text](../../../active-object/etc/active-object.urm.png "Active Object class diagram")

View File

@ -139,7 +139,7 @@ king.makeRequest(new Request(RequestType.COLLECT_TAX, "collect tax")); // Orc so
```
## 类图
![alt text](../../../chain/etc/chain.urm.png "Chain of Responsibility class diagram")
![alt text](../../../chain/etc/chain-of-responsibility.urm.png "Chain of Responsibility class diagram")
## 适用性
使用责任链模式当