]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/build-from-source/windows/windows.factor
Switch to https urls
[factor.git] / extra / build-from-source / windows / windows.factor
index e4238ad7e8637a03c4d8a27cd3b82938baef757e..a170131c87636c4f81251c5dba31f8c22ddfcb65 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2023 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors build-from-source environment html.parser
 html.parser.analyzer http.client io.backend io.directories
 io.encodings.utf8 io.files io.files.temp io.launcher
@@ -24,7 +24,7 @@ IN: build-from-source.windows
 : check-msbuild ( -- ) { "msbuild" "-h" } try-process ;
 
 : latest-fftw ( -- path )
-    "http://ftp.fftw.org/pub/fftw/" [
+    "https://ftp.fftw.org/pub/fftw/" [
         http-get nip
         parse-html find-links concat
         [ name>> text = ] filter