Skip to content

Commit c5c8fc8

Browse files
vuejs-jp-botkazupon
authored andcommitted
Images not found. (vuejs#1365) (vuejs#596)
Hi, The images link for `hn.png` and `hn-architecture.png` can be found on `../../images/`.
1 parent 190ed52 commit c5c8fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/v2/examples/hackernews.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ order: 12
1010
{% raw %}
1111
<div style="max-width: 600px;">
1212
<a href="https://github.com/vuejs/vue-hackernews-2.0" target="_blank">
13-
<img style="width: 100%;" src="/images/hn.png">
13+
<img style="width: 100%;" src="../../images/hn.png">
1414
</a>
1515
</div>
1616
{% endraw %}
@@ -33,4 +33,4 @@ order: 12
3333

3434
## アーキテクチャ概要
3535

36-
<img width="973" alt="Hackernew clone architecture overview" src="/images/hn-architecture.png">
36+
<img width="973" alt="Hackernew clone architecture overview" src="../../images/hn-architecture.png">

0 commit comments

Comments
 (0)