Skip to content

Commit d3bb4eb

Browse files
committed
Fix image links in README
Updates the image links in the README.md file to point to the `master` branch instead of `dev` or a non-existent path for the demo gifs.
1 parent 04703ac commit d3bb4eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<p>
77
<a href="https://play.google.com/store/apps/details?id=com.softartdev.conwaysgameoflife"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge-border.png" height="75px"/></a>
88
</p>
9-
<img src="https://raw.githubusercontent.com/softartdev/ConwaysGameOfLife/dev/misc/demo.gif" height="500" />
10-
<img src="https://raw.githubusercontent.com/softartdev/ConwaysGameOfLife/master/demo2rotated.gif" height="350" />
9+
<img src="https://raw.githubusercontent.com/softartdev/ConwaysGameOfLife/master/misc/demo.gif" height="500" />
10+
<img src="https://raw.githubusercontent.com/softartdev/ConwaysGameOfLife/master/misc/demo2rotated.gif" height="350" />

0 commit comments

Comments
 (0)