diff --git a/gl4/glClipControl.xhtml b/gl4/glClipControl.xhtml
index 1d289000..53c088f8 100644
--- a/gl4/glClipControl.xhtml
+++ b/gl4/glClipControl.xhtml
@@ -127,7 +127,7 @@
There is extensive discussion of the uses and further
consequences of the different clip volume settings in the
GL_ARB_clip_control
extension specification in the
- OpenGL Registry at URL http://www.opengl.org/registry/.
+ OpenGL Registry at URL https://www.opengl.org/registry/.
diff --git a/readme.md b/readme.md
index e2aca515..50724b08 100644
--- a/readme.md
+++ b/readme.md
@@ -74,8 +74,8 @@ To Do
-----
* Extensions. Display a list of which versions an extension is available for. Display which extension introduces a command.
-* Display on each page "Core in version/core since version" like the [OpenGL Wiki does](http://www.opengl.org/wiki/GlBindTexture)
-* Integrate information from the [common mistakes](http://www.opengl.org/wiki/Common_Mistakes) file into the page for each command they pertain to
+* Display on each page "Core in version/core since version" like the [OpenGL Wiki does](https://www.opengl.org/wiki/GlBindTexture)
+* Integrate information from the [common mistakes](https://www.opengl.org/wiki/Common_Mistakes) file into the page for each command they pertain to
* Update each page with any information that may be in the spec but missing in the manual
* Display on each page which commands are likely to cause a pipeline stall (eg glGet)
* Display in the ToC on the left which GLSL commands can only be used in certain languages (eg VS, CS, FS, etc)
diff --git a/specs/gl.xml b/specs/gl.xml
index 504ed25f..7d3d58f9 100644
--- a/specs/gl.xml
+++ b/specs/gl.xml
@@ -30,7 +30,7 @@
together with documentation, schema, and Python generator scripts used
to generate C header files for OpenGL and OpenGL ES, can always be found
in the Khronos Registry at
- http://www.opengl.org/registry/
+ https://www.opengl.org/registry/