]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/yaml/ffi/ffi.factor
Switch to https urls
[factor.git] / extra / yaml / ffi / ffi.factor
index 9556d523120a01ca847da1b17edd3e26466e60ac..fc43eb0c21212522aed66a2a9e9c2974f3d5838e 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2013 Jon Harper.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 ! adapted from "yaml.h" libYAML 0.1.4
-! http://pyyaml.org/wiki/LibYAML
+! https://pyyaml.org/wiki/LibYAML
 USING: alien alien.c-types alien.destructors alien.libraries
 alien.syntax classes.struct combinators literals system
 alien.libraries.finder ;