summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2022-05-05 15:29:09 +1000
committerMarge Bot <emma+marge@anholt.net>2022-06-14 00:39:24 +0000
commitcda1e9622073bac5aabf53f68b5c87f1c35c417e (patch)
tree6e85055b28ccbfaa6c5fab9303ee888f56f3a11c
parent05b073cce7899cd4596b7df40e27d291e1b325d4 (diff)
Update OpenGL headers url in docs
There is no longer a download link on that page so just point people to github Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/664>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a41e47fd1..21390fdde 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ Install MinGW-w64
https://mingw-w64.org/
Download OpenGL Core API and Extension Header Files.
-http://www.opengl.org/registry/#headers
+https://github.com/KhronosGroup/OpenGL-Registry
Pass `-DGLEXT_INCLUDE_DIR=/path/to/headers`
Install python mako.