Skip to content

Commit 58c0008

Browse files
committed
Fix some links in localization folders
1 parent bc70405 commit 58c0008

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

localization/ko/strategy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public class LambdaStrategy {
163163

164164
## 클래스 다이어그램
165165

166-
![alt text](./etc/strategy_urm.png "Strategy")
166+
![alt text](../../../strategy/etc/strategy_urm.png "Strategy")
167167

168168
## 적용 가능성
169169

localization/zh/active-object/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ public class Orc extends ActiveCreature {
122122

123123
## 类图
124124

125-
![alt text](../../../active-object/etc/active-object.urm.PNG "Active Object class diagram")
125+
![alt text](../../../active-object/etc/active-object.urm.png "Active Object class diagram")

localization/zh/chain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ king.makeRequest(new Request(RequestType.COLLECT_TAX, "collect tax")); // Orc so
139139
```
140140

141141
## 类图
142-
![alt text](../../../chain/etc/chain.urm.png "Chain of Responsibility class diagram")
142+
![alt text](../../../chain/etc/chain-of-responsibility.urm.png "Chain of Responsibility class diagram")
143143

144144
## 适用性
145145
使用责任链模式当

0 commit comments

Comments
 (0)