]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/laplace/laplace-tests.factor
Switch to https urls
[factor.git] / extra / math / matrices / laplace / laplace-tests.factor
index eab1e6f9be9a2b134df1d632069d15eca75d9cff..a7186f623d8509ecfbe23792ed7f81ea912ad9de 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: math.matrices.laplace tools.test kernel ;
 
 { -2 } [ { { 1 2 } { 3 4 } } determinant ] unit-test