We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0265ed commit 3de11adCopy full SHA for 3de11ad
src/v2/examples/hackernews.md
@@ -9,7 +9,7 @@ order: 12
9
{% raw %}
10
<div style="max-width: 600px;">
11
<a href="https://github.com/vuejs/vue-hackernews-2.0" target="_blank">
12
- <img style="width: 100%;" src="/images/hn.png">
+ <img style="width: 100%;" src="../../images/hn.png">
13
</a>
14
</div>
15
{% endraw %}
@@ -32,4 +32,4 @@ order: 12
32
33
## Architecture Overview
34
35
-<img width="973" alt="Hackernew clone architecture overview" src="/images/hn-architecture.png">
+<img width="973" alt="Hackernew clone architecture overview" src="../../images/hn-architecture.png">
0 commit comments