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 | |
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>
-rw-r--r-- | assets/screenshot-4th-compile-small.png (renamed from doc/screenshot-4th-compile-small.png) | bin | 26624 -> 26624 bytes | |||
-rw-r--r-- | assets/screenshot-4th-compile.png (renamed from doc/screenshot-4th-compile.png) | bin | 245761 -> 245761 bytes | |||
-rw-r--r-- | assets/screenshot-4th-run-small.png (renamed from doc/screenshot-4th-run-small.png) | bin | 11071 -> 11071 bytes | |||
-rw-r--r-- | assets/screenshot-4th-run.png (renamed from doc/screenshot-4th-run.png) | bin | 116723 -> 116723 bytes | |||
-rw-r--r-- | index.html | 8 |
5 files changed, 6 insertions, 2 deletions
diff --git a/doc/screenshot-4th-compile-small.png b/assets/screenshot-4th-compile-small.png Binary files differindex 8ba7b33..8ba7b33 100644 --- a/doc/screenshot-4th-compile-small.png +++ b/assets/screenshot-4th-compile-small.png diff --git a/doc/screenshot-4th-compile.png b/assets/screenshot-4th-compile.png Binary files differindex 4aa3ed4..4aa3ed4 100644 --- a/doc/screenshot-4th-compile.png +++ b/assets/screenshot-4th-compile.png diff --git a/doc/screenshot-4th-run-small.png b/assets/screenshot-4th-run-small.png Binary files differindex f6ece44..f6ece44 100644 --- a/doc/screenshot-4th-run-small.png +++ b/assets/screenshot-4th-run-small.png diff --git a/doc/screenshot-4th-run.png b/assets/screenshot-4th-run.png Binary files differindex 6159a3a..6159a3a 100644 --- a/doc/screenshot-4th-run.png +++ b/assets/screenshot-4th-run.png @@ -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"> |