]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xdg/xdg.factor
Switch to https urls
[factor.git] / basis / xdg / xdg.factor
index 395bd97756d54bb578fdcdc9e63c2e14a8c3a32b..d0aa921095aefba69025b7fd5a4cf3dc501a66d5 100644 (file)
@@ -1,11 +1,11 @@
 ! Copyright (C) 2015 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: environment sequences splitting ;
 
 IN: xdg
 
-! http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
+! https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
 
 : xdg-data-home ( -- path )
     "XDG_DATA_HOME" os-env [ "~/.local/share" ] when-empty ;