]> gitweb.factorcode.org Git - factor.git/commitdiff
client-docs: Updated HTTP PUT documentation typos
authorotoburb <otoburb@gmail.com>
Fri, 18 Nov 2011 06:47:56 +0000 (01:47 -0500)
committerotoburb <otoburb@gmail.com>
Wed, 11 Jan 2012 02:33:05 +0000 (02:33 +0000)
basis/http/client/client-docs.factor

index 941ad535d33fb4ac6ff5814ad309d6d745d96ade..437f595deb86202640c5964c86e0aded4ef22d2f 100644 (file)
@@ -145,9 +145,9 @@ ARTICLE: "http.client.post" "POST requests with the HTTP client"
 
 ARTICLE: "http.client.put" "PUT requests with the HTTP client"
 "Basic usage involves passing post data and a " { $link url } ", and getting a " { $link response } " and data back:"
-{ $subsections http-post }
+{ $subsections http-put }
 "Advanced usage involves constructing a " { $link request } ", which allows " { $link "http.cookies" } " and " { $link "http.headers" } " to be set:"
-{ $subsections <post-request> }
+{ $subsections <put-request> }
 "Both words take a post data parameter; see " { $link "http.client.post-data" } "." ;
 
 ARTICLE: "http.client.head" "HEAD requests with the HTTP client"