]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/opengl/opengl.factor
Switch to https urls
[factor.git] / extra / rosetta-code / opengl / opengl.factor
index 498aea074a8bfa06628109eaeef9e35198206352..0f0f9bafde39272029e68c06cc176480928dad5e 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (c) 2012 Anonymous
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors kernel math math.rectangles opengl.gl
 sequences ui ui.gadgets ui.render ;
 IN: rosetta-code.opengl
 
-! http://rosettacode.org/wiki/OpenGL
+! https://rosettacode.org/wiki/OpenGL
 
 ! In this task, the goal is to display a smooth shaded triangle
 ! with OpenGL.