diff options
author | Reda Sallahi <fullmanet@gmail.com> | 2016-08-31 18:31:04 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-09-15 15:32:22 +0300 |
commit | ace18d198af4eaaf10ea358f1444c75996e357b7 (patch) | |
tree | 6528c3bd0a2f17a342fe0068b22e7b81cb3e9fb4 /target-sh4 | |
parent | f586d5fc60aac64ad7b83cab3c80303cfae9390d (diff) |
sh4: fix broken link to documentation
The page that was previously linked in the source code and the README file is
no longer available so it now returns a 404 error message.
This puts a previous snapshot from archive.org instead.
Signed-off-by: Reda Sallahi <fullmanet@gmail.com>
Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/README.sh4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/README.sh4 b/target-sh4/README.sh4 index e578830f79..ece046442a 100644 --- a/target-sh4/README.sh4 +++ b/target-sh4/README.sh4 @@ -25,7 +25,7 @@ Goals The primary model being worked on is the soft MMU target to be able to emulate the Shix 2.0 board by Alexis Polti, described at -http://perso.enst.fr/~polti/realisations/shix20/ +https://web.archive.org/web/20070917001736/http://perso.enst.fr/~polti/realisations/shix20/ Ultimately, qemu will be coupled with a system C or a verilog simulator to simulate the whole board functionalities. |