]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/control-pictures/control-pictures-docs.factor
Switch to https urls
[factor.git] / basis / unicode / control-pictures / control-pictures-docs.factor
index 0c1e7aabd6437e4823a4cdef1b9d87fa4f4b6cac..39f9e4943642eab6c3ac027dd1a9547f1f69dc06 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2022 Alex Maestas.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: help.markup help.syntax strings ;
 IN: unicode.control-pictures
 
@@ -17,7 +17,7 @@ HELP: control-pictures*
 
 
 ARTICLE: "unicode.control-pictures" "Control Pictures"
-"The " { $vocab-link "unicode.control-pictures" } " vocabulary provides utility words for transforming characters in the nonprintable " { $url "http://www.unicode.org/charts/PDF/U0000.pdf" "ASCII C0 block" } " to their representations in the " { $url "http://www.unicode.org/charts/PDF/U2400.pdf" "Control Pictures" } " block. It has no effect on any other characters."
+"The " { $vocab-link "unicode.control-pictures" } " vocabulary provides utility words for transforming characters in the nonprintable " { $url "https://www.unicode.org/charts/PDF/U0000.pdf" "ASCII C0 block" } " to their representations in the " { $url "https://www.unicode.org/charts/PDF/U2400.pdf" "Control Pictures" } " block. It has no effect on any other characters."
 $nl
 "Two words are provided - " { $link control-pictures } " transforms control characters, excepting spaces, to their picture form. The variant " { $link control-pictures* } " also transforms spaces."
 ;