]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/tour/tour.factor
xml: fix namespaces to be http
[factor.git] / basis / help / tour / tour.factor
index 5345704bca44fa4035cde9a449d79974f2368517..4cb95553361b408cacdea2e7f3f62a9aaf4fea13 100644 (file)
@@ -1305,7 +1305,7 @@ In order for all this to work, create a file { $snippet "work/hello-furnace/gree
 
 { $code "<?xml version='1.0' ?>
 
-<t:chloe xmlns:t=\"https://factorcode.org/chloe/1.0\">
+<t:chloe xmlns:t=\"http://factorcode.org/chloe/1.0\">
     <p>Hello from Chloe</p>
 </t:chloe>" }