refactor(aio): move content-related images to content/images/

This commit is contained in:
Georgios Kalpakas
2017-04-26 15:11:02 +03:00
committed by Pete Bacon Darwin
parent 2e5e37ac58
commit 6561d46349
237 changed files with 765 additions and 765 deletions

View File

@ -394,7 +394,7 @@ like this:
<figure class='image-display'>
<img src='assets/images/guide/toh/heroes-list-selected.png' alt="Selected hero"></img>
<img src='content/images/guide/toh/heroes-list-selected.png' alt="Selected hero"></img>
</figure>
@ -435,7 +435,7 @@ After clicking "Magneta", the list should look like this:
<figure class='image-display'>
<img src='assets/images/guide/toh/heroes-list-1.png' alt="Output of heroes list app"></img>
<img src='content/images/guide/toh/heroes-list-1.png' alt="Output of heroes list app"></img>
</figure>