]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/types/types.factor
Switch to https urls
[factor.git] / basis / db / types / types.factor
index eea4d1dcaab1abb7f722b61ba3d05fc9ea413883..6405959396cd2dce5e4e77bfbb90397930a17c61 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs classes classes.tuple combinators
 db kernel math math.parser mirrors sequences sequences.deep
 splitting words ;
@@ -104,10 +104,10 @@ FACTOR-BLOB NULL URL ;
 : remove-id ( specs -- obj )
     [ primary-key>> ] reject ;
 
-! SQLite Types: http://www.sqlite.org/datatype3.html
+! SQLite Types: https://www.sqlite.org/datatype3.html
 ! NULL INTEGER REAL TEXT BLOB
 ! PostgreSQL Types:
-! http://developer.postgresql.org/pgdocs/postgres/datatype.html
+! https://developer.postgresql.org/pgdocs/postgres/datatype.html
 
 ERROR: unknown-modifier modifier ;