]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/inverted-index/inverted-index.factor
Switch to https urls
[factor.git] / extra / rosetta-code / inverted-index / inverted-index.factor
index cb7891a59443f5b06815ead923d862b872674638..80d7ca952db23c15c6ff4f7e29e807a02b03638d 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: assocs io.encodings.utf8 io.files kernel sequences sets
 splitting vectors ;
 IN: rosetta-code.inverted-index
 
-! http://rosettacode.org/wiki/Inverted_index
+! https://rosettacode.org/wiki/Inverted_index
 
 ! An Inverted Index is a data structure used to create full text
 ! search.