refactor(aio): move content-related images to content/images/
This commit is contained in:

committed by
Pete Bacon Darwin

parent
2e5e37ac58
commit
6561d46349
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user