... | ... |
@@ -132,7 +132,7 @@ from lxml import etree |
132 | 132 |
|
133 | 133 |
## Constants |
134 | 134 |
REFPAGES_URL = 'https://registry.khronos.org/OpenGL-Refpages/' |
135 |
-REGISTRY_URL = 'https://registry.khronos.org/OpenGL/' |
|
135 |
+REGISTRY_URL = 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/' |
|
136 | 136 |
REFPAGES_GIT = 'https://github.com/KhronosGroup/OpenGL-Refpages' |
137 | 137 |
XML_PATH = 'xml/gl.xml' |
138 | 138 |
USER_AGENT = 'Mozilla/5.0' |