]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/models/collada/collada-docs.factor
Switch to https urls
[factor.git] / extra / game / models / collada / collada-docs.factor
index e2dc4db8aaf439060786ea4643708ba7378df7dd..f4831af0cfa50844adf73fa85458c51d4dc26832 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Erik Charlebois
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: help.markup help.crossref help.stylesheet help.topics help.syntax
 definitions io prettyprint summary arrays math sequences vocabs strings
 see xml.data hashtables assocs game.models.collada.private game.models
@@ -9,7 +9,7 @@ IN: game.models.collada
 ABOUT: "game.models.collada"
 
 ARTICLE: "game.models.collada" "Conversion of COLLADA assets"
-"The " { $vocab-link "game.models.collada" } " vocabulary implements words for converting COLLADA assets to data suitable for use with OpenGL. See the COLLADA documentation at " { $url "http://collada.org" } "." ;
+"The " { $vocab-link "game.models.collada" } " vocabulary implements words for converting COLLADA assets to data suitable for use with OpenGL. See the COLLADA documentation at " { $url "https://collada.org" } "." ;
 
 HELP: source
 { $class-description "Tuple of a vertex attribute semantic, offset in triangle index buffer and float data for a single vertex attribute." } ;