[Mesa-dev] [PATCH mesa v2] docs: fix gamma correction link
Eric Engestrom
eric at engestrom.ch
Tue Feb 14 22:48:56 UTC 2017
From: Eric Engestrom <eric.engestrom at imgtec.com>
That link has been dead for 15 years...
We could link to Archive.org [1] to get the last time this page existed,
but I feel like Wikipedia is a better choice.
[1] http://web.archive.org/web/20021211151318/http://www.inforamp.net/~poynton/notes/colour_and_gamma/GammaFAQ.html
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
v2: fix link name as well
---
docs/xlibdriver.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html
index fc8c201fcd..c6d6b58e7c 100644
--- a/docs/xlibdriver.html
+++ b/docs/xlibdriver.html
@@ -172,8 +172,8 @@
<p>
For more information about gamma correction see:
-<a href="http://www.inforamp.net/~poynton/notes/colour_and_gamma/GammaFAQ.html">
-the Gamma FAQ</a>
+<a href="https://en.wikipedia.org/wiki/Gamma_correction">Wikipedia
+article on Gamma_correction</a>
</p>
--
Cheers,
Eric
More information about the mesa-dev
mailing list