]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/privileges/privileges.factor
Switch to https urls
[factor.git] / basis / windows / privileges / privileges.factor
index 32ad96a42cfcaa38ed64f0b6d64a01a5fd645ccf..294b9f9b8f9ec963ba52a210d63c7b8926b25bcf 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.data alien.syntax classes.struct
 continuations kernel libc literals sequences windows.advapi32
 windows.errors windows.kernel32 windows.types ;
@@ -8,7 +8,7 @@ IN: windows.privileges
 TYPEDEF: TOKEN_PRIVILEGES* PTOKEN_PRIVILEGES
 
 ! Security tokens
-!  http://msdn.microsoft.com/msdnmag/issues/05/03/TokenPrivileges/
+!  https://msdn.microsoft.com/msdnmag/issues/05/03/TokenPrivileges/
 
 : (open-process-token) ( handle -- handle )
     flags{ TOKEN_ADJUST_PRIVILEGES TOKEN_QUERY }