From abf36e89aefefbb6afd3276bb2ec3107571f85e5 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 5 Oct 2019 12:02:30 -0500 Subject: [PATCH] furnace.utilities: Allow for unloaded vocab to pass help-lint. --- basis/furnace/utilities/utilities-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/furnace/utilities/utilities-docs.factor b/basis/furnace/utilities/utilities-docs.factor index 74b01ce75f..40d5d8ea49 100644 --- a/basis/furnace/utilities/utilities-docs.factor +++ b/basis/furnace/utilities/utilities-docs.factor @@ -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 -- 2.34.1