Skip to content

Commit

Permalink
Fix image path in README (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofeng-shu33 authored and aeneasr committed Oct 27, 2018
1 parent 16df6c8 commit 68c37cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ it will be automatically removed.

<p>
<figure align="center">
<img alt="A content cell" src="/images/content-cell.png"><br>
<img alt="A content cell" src="./images/content-cell.png"><br>
<figcaption align="center"><em>A content cell with the image plugin</em></figcaption>
</figure>
</p>

<p>
<figure align="center">
<img alt="A layout cell" src="/images/layout-cell.gif"><br>
<img alt="A layout cell" src="./images/layout-cell.gif"><br>
<figcaption align="center"><em>A layout cell with a switchable background image plugin</em></figcaption>
</figure>
</p>
Expand Down

0 comments on commit 68c37cd

Please sign in to comment.