diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-11 10:11:31 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-13 14:14:05 +0000 |
commit | 795b5d923fc61e9364c59fea35c5cb2090a551e4 (patch) | |
tree | a607639407ef5fc56f7f9941425a2b7598afd406 /docs/faq.html | |
parent | b16e77e051ddf105d35415382f5d4dc0f0caaafc (diff) |
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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 5 |
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> |