summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-11 10:11:31 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-13 14:14:05 +0000
commit795b5d923fc61e9364c59fea35c5cb2090a551e4 (patch)
treea607639407ef5fc56f7f9941425a2b7598afd406 /docs
parentb16e77e051ddf105d35415382f5d4dc0f0caaafc (diff)
downloadmesa-795b5d923fc61e9364c59fea35c5cb2090a551e4.tar.gz
docs: work around broken dsbox.com link
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq.html b/docs/faq.html
index 9003c7a0bad..2d0f22ffd89 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -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>