]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/chloe-tags/chloe-tags.factor
Switch to https urls
[factor.git] / basis / furnace / chloe-tags / chloe-tags.factor
index cd9bf815f1ff29ee7d7f4d7fda61675ad1949081..aa20c80ba224c066ad4683386114d4604b0b9dfd 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators furnace.utilities
 html.components html.forms html.templates
 html.templates.chloe.compiler html.templates.chloe.syntax kernel
@@ -114,7 +114,7 @@ CHLOE: form
 
 : button-tag-markup ( -- xml )
     <XML
-        <t:form class="inline" xmlns:t="http://factorcode.org/chloe/1.0">
+        <t:form class="inline" xmlns:t="https://factorcode.org/chloe/1.0">
             <div style="display: inline;"><button type="submit"></button></div>
         </t:form>
     XML> body>> clone ;