Skip to content

Commit

Permalink
use https:// for links to opengl.org
Browse files Browse the repository at this point in the history
  • Loading branch information
1ace committed Jul 20, 2020
1 parent 589e446 commit 6dc7918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gl4/glClipControl.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
There is extensive discussion of the uses and further
consequences of the different clip volume settings in the
<code class="code">GL_ARB_clip_control</code> extension specification in the
OpenGL Registry at URL <a class="link" href="http://www.opengl.org/registry/" target="_top">http://www.opengl.org/registry/</a>.
OpenGL Registry at URL <a class="link" href="https://www.opengl.org/registry/" target="_top">https://www.opengl.org/registry/</a>.
</p>
</div>
<div class="refsect1" id="errors">
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion specs/gl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
</comment>

<!-- SECTION: GL type definitions. -->
Expand Down

0 comments on commit 6dc7918

Please sign in to comment.