]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/marvel/marvel.factor
Switch to https urls
[factor.git] / extra / marvel / marvel.factor
index 8756e95df5b7e05c45fb0cbc7fd6f0479ecccdd6..b63c9c4406d5e6011e62a388a1ee75c3279bc858 100644 (file)
@@ -1,14 +1,14 @@
 ! Copyright (C) 2014 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: assocs checksums checksums.md5 http.client json.reader
 kernel math.parser namespaces sequences strings system urls ;
 IN: marvel
 
-! http://developer.marvel.com/docs
+! https://developer.marvel.com/docs
 ! Register for an api key.
 SYMBOLS: marvel-base-url marvel-public-key marvel-private-key ;
 
-marvel-base-url [ "http://gateway.marvel.com/v1/public/" ] initialize
+marvel-base-url [ "https://gateway.marvel.com/v1/public/" ] initialize
 
 : calculate-hash ( ts -- hash )
     number>string