diff options
author | Etienne Millon | 2015-12-06 14:12:53 +0100 |
---|---|---|
committer | Etienne Millon | 2015-12-06 14:12:53 +0100 |
commit | f5217ecbddde888aa85ab8fe1835ac960953b98c (patch) | |
tree | c0faaeec57dfd23fb6a138a41b053ef025d43604 | |
parent | e215a75e7b314176fccb2b386db72a285d1af3fa (diff) | |
download | scummvm-rg350-f5217ecbddde888aa85ab8fe1835ac960953b98c.tar.gz scummvm-rg350-f5217ecbddde888aa85ab8fe1835ac960953b98c.tar.bz2 scummvm-rg350-f5217ecbddde888aa85ab8fe1835ac960953b98c.zip |
README: Fix broken links
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -160,7 +160,7 @@ reproducible, and still occurs in the latest git/Daily build version. Also check the known problems list (below) and the compatibility list on our website for that game, to ensure the issue is not already known: - http://www.scummvm.org/compatibility_stable.php + http://scummvm.org/compatibility/ Please do not report bugs on games that are not listed as being completeable in the 'Supported Games' section, or compatibility list. We @@ -2434,7 +2434,7 @@ currently we have only x86 MMX optimized versions, and they will not compile on other processors. On Win9x/NT/XP, you can define USE_WINDBG and attach WinDbg to browse -debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). +debug messages (see https://technet.microsoft.com/en-us/sysinternals/debugview.aspx). GCC and MinGW32: |