]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branches 'master' and 'master' of joe@factorcode.org:/git/factor into c-type...
authorJoe Groff <arcata@gmail.com>
Thu, 17 Sep 2009 20:26:34 +0000 (15:26 -0500)
committerJoe Groff <arcata@gmail.com>
Thu, 17 Sep 2009 20:26:34 +0000 (15:26 -0500)
basis/furnace/recaptcha/recaptcha-docs.factor

index d416dd94749c3c053a9befcd6f63f4f97bb007e7..e6473a4bf9948f421aa80e3ddc44bb9f0e257d70 100644 (file)
@@ -39,7 +39,7 @@ $nl
 } ;
 
 ARTICLE: "furnace.recaptcha" "Recaptcha"
-"The " { $vocab-link "furnace.chloe-tags.recaptcha" } " vocabulary implements support for the Recaptcha. Recaptcha is a web service that provides the user with a captcha, a test that is easy to solve by visual inspection, but hard to solve by writing a computer program. Use a captcha to protect forms from abusive users." $nl
+"The " { $vocab-link "furnace.recaptcha" } " vocabulary implements support for the Recaptcha. Recaptcha is a web service that provides the user with a captcha, a test that is easy to solve by visual inspection, but hard to solve by writing a computer program. Use a captcha to protect forms from abusive users." $nl
 
 "The recaptcha responder is a " { $link filter-responder } " that wraps another responder. Set the " { $slot "domain" } ", " { $slot "public-key" } ", and " { $slot "private-key" } " slots of this responder to your Recaptcha account information." $nl