Use HTTPS when possible

This commit is contained in:
MrVallentin
2018-11-02 20:55:02 +01:00
committed by linkmauve
parent 769f727e47
commit 85fd5aa6c4
10 changed files with 28 additions and 28 deletions

View File

@@ -335,7 +335,7 @@ presses _Escape_ or closes the window.
@snippet simple.c code
The program above can be found in the
[source package](http://www.glfw.org/download.html) as `examples/simple.c`
[source package](https://www.glfw.org/download.html) as `examples/simple.c`
and is compiled along with all other examples when you build GLFW. If you
built GLFW from the source package then already have this as `simple.exe` on
Windows, `simple` on Linux or `simple.app` on macOS.