docs: work around broken dsbox.com link
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 11 Jun 2019 08:11:31 +0000 (10:11 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 13 Jun 2019 14:14:05 +0000 (14:14 +0000)
dsbox.com now forwards to haystax.com, which is tehcnially unrealted to
this link. Let's link to waybackmachine instead.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/faq.html

index 9003c7a0bad0c593217fc2ea0a7bebe1023c1798..2d0f22ffd89c4437e1b20778601fcacfdab2bff6 100644 (file)
@@ -138,8 +138,9 @@ Mesa is much more up to date with modern features and extensions.
 an open-source implementation of OpenGL ES for mobile devices.
 
 <p>
-<a href="http://www.dsbox.com/minigl.html">miniGL</a>
-is a subset of OpenGL for PalmOS devices.
+<a href="http://web.archive.org/web/20130830162848/http://www.dsbox.com/minigl.html">miniGL</a>
+is a subset of OpenGL for PalmOS devices. The website is gone, but the source
+code can still be found on <a href="https://sourceforge.net/projects/minigl/">sourceforge.net</a>.
 
 <p>
 <a href="http://bellard.org/TinyGL/">TinyGL</a>