Skip to content

Commit 21545ee

Browse files
committed
Fix broken links
1 parent 92f0811 commit 21545ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/02advanced/01image/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Python で画像を表現してみましょう。
2828

2929
`ita` ライブラリを使って次のような画像を作ってみましょう。
3030

31-
![市松模様](lattice_pattern.drawio.svg)
31+
![市松模様](lattice_pattern.png)
3232

3333
<Answer>
3434
<ViewSource path="/image/lattice_pattern.ipynb" />
@@ -69,7 +69,7 @@ Python で画像を表現してみましょう。
6969

7070
次のような画像を作ってみましょう。
7171

72-
![黒から赤へのグラデーション](black_to_red.drawio.png)
72+
![黒から赤へのグラデーション](black_to_red.png)
7373

7474
<Answer>
7575
<ViewSource path="/image/black_to_red.ipynb" />

0 commit comments

Comments
 (0)