Skip to content

Commit fef0c0c

Browse files
committedSep 30, 2021
docs: fix img src in lc problem: No.223
1 parent cbac81b commit fef0c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎solution/0200-0299/0223.Rectangle Area/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>每个矩形由其左下顶点和右上顶点坐标表示,如图所示。</p>
1212

13-
<p><img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle_area.png"></p>
13+
<p><img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle-plane.png"></p>
1414

1515
<p><strong>示例:</strong></p>
1616

‎solution/0200-0299/0223.Rectangle Area/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p>&nbsp;</p>
1414
<p><strong>Example 1:</strong></p>
15-
<img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle-plane.jpg" style="width: 600px; height: 325px;" />
15+
<img alt="Rectangle Area" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0200-0299/0223.Rectangle%20Area/images/rectangle-plane.png" style="width: 600px; height: 325px;" />
1616
<pre>
1717
<strong>Input:</strong> A = -3, B = 0, C = 3, D = 4, E = 0, F = -1, G = 9, H = 2
1818
<strong>Output:</strong> 45

0 commit comments

Comments
 (0)
Please sign in to comment.