]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.factorcode: use https
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 06:23:16 +0000 (22:23 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 06:23:16 +0000 (22:23 -0800)
extra/websites/factorcode/examples.txt

index 0c512baf978d11314f80609a4447e770d11918e9..72a7f1b1ef4b9de6daa55bb4bc1507a11b1d96d0 100644 (file)
@@ -7,7 +7,7 @@ USING: io math sequences ;
 USING: io kernel sequences
 http.client xml xml.data xml.traversal ;
 
-"http://factorcode.org" http-get nip string>xml
+"https://factorcode.org" http-get nip string>xml
 "a" deep-tags-named
 [ "href" attr ] map
 [ print ] each