]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.utilities: Allow for unloaded vocab to pass help-lint.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 5 Oct 2019 17:02:30 +0000 (12:02 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 5 Oct 2019 17:02:30 +0000 (12:02 -0500)
basis/furnace/utilities/utilities-docs.factor

index 74b01ce75f138787338e0bcc6885c6cbcf63b649..40d5d8ea49149384c6602b191425d1e082b2514b 100644 (file)
@@ -34,19 +34,19 @@ HELP: hidden-form-field
 HELP: link-attr
 { $values { "tag" tag } { "responder" "a responder" } }
 { $contract "Modifies an XHTML " { $snippet "a" } " tag." }
-{ $notes "This word is called by " { $link "html.templates.chloe.tags.form" } "." }
+{ $notes "This word is called by " { $vocab-link "html.templates.chloe" } "." }
 { $examples "Conversation scope adds attributes to link tags." } ;
 
 HELP: modify-form
 { $values { "responder" "a responder" } { "xml/f" "an XML chunk or f" } }
 { $contract "Emits hidden form fields using " { $link hidden-form-field } "." }
-{ $notes "This word is called by " { $link "html.templates.chloe.tags.form" } "." }
+{ $notes "This word is called by " { $vocab-link "html.templates.chloe" } "." }
 { $examples "Session management, conversation scope and asides use hidden form fields to pass state." } ;
 
 HELP: modify-query
 { $values { "query" assoc } { "responder" "a responder" } { "query'" assoc } }
 { $contract "Modifies the query parameters of a URL destined to be displayed as a link." }
-{ $notes "This word is called by " { $link "html.templates.chloe.tags.form" } "." }
+{ $notes "This word is called by " { $vocab-link "html.templates.chloe" } "." }
 { $examples "Asides add query parameters to URLs." } ;
 
 HELP: modify-redirect-query