Skip to content

Commit b266b0c

Browse files
committedAug 16, 2020
fix: update images path
1 parent b46e88b commit b266b0c

File tree

203 files changed

+282
-512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+282
-512
lines changed
 

‎solution/0400-0499/0463.Island Perimeter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
<strong>解释:</strong> 它的周长是下面图片中的 16 个黄色的边:
2626

27-
<img src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2018/10/12/island.png">
2827
</pre>
2928

29+
![](./images/island.png)
3030

3131

3232
## 解法

‎solution/0400-0499/0463.Island Perimeter/README_EN.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@
4343

4444
<strong>Explanation:</strong> The perimeter is the 16 yellow stripes in the image below:
4545

46-
47-
48-
<img src="https://assets.leetcode.com/uploads/2018/10/12/island.png" style="width: 221px; height: 213px;" />
49-
5046
</pre>
5147

52-
48+
![](./images/island.png)
5349

5450

5551
## Solutions

0 commit comments

Comments
 (0)
Please sign in to comment.