diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-04-08 00:20:32 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-04-08 00:20:55 (GMT) |
commit | 4400a8c287a20d83cc87079b0d6f43bc6cbc2a31 (patch) | |
tree | 37cbaf133d344d3abfa567ed6c1f606738f953cf /index.html | |
parent | 5b4b9cca639d67e9ce4f2a6cd55542ede0da8997 (diff) | |
download | mxe-4400a8c287a20d83cc87079b0d6f43bc6cbc2a31.zip mxe-4400a8c287a20d83cc87079b0d6f43bc6cbc2a31.tar.gz mxe-4400a8c287a20d83cc87079b0d6f43bc6cbc2a31.tar.bz2 |
Move screenshots to assets/
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -127,12 +127,16 @@ Cross compiling <a href="http://thebeez.home.xs4all.nl/4tH/">4tH</a>: </p> - <a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a> + <a href="assets/screenshot-4th-compile.png"> + <img src="assets/screenshot-4th-compile-small.png" alt="4th-compile"> + </a> <p> and running it: </p> - <a href="doc/screenshot-4th-run.png"><img src="doc/screenshot-4th-run-small.png" alt="4th-run"></a> + <a href="assets/screenshot-4th-run.png"> + <img src="assets/screenshot-4th-run-small.png" alt="4th-run"> + </a> </div> <div class="section"> |