diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-26 13:16:08 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-26 13:16:08 +0000 | 
| commit | 3b33540c997df1e5bda343c7cf89b7990e9a0c54 (patch) | |
| tree | 609cd5479322b9e2b699ed19b4e78ebe5a21cf69 | |
| parent | 29d0174253d7049c1308f0af948b06d26031ffaa (diff) | |
point out more docs
| -rw-r--r-- | docs/index.html | 3 | ||||
| -rw-r--r-- | docs/libcurl/index.html | 1 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/docs/index.html b/docs/index.html index 4bf451234..540a61f36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,6 +11,9 @@  <a href="curl-config.html">curl-config</A>  <br><a href="curl.html">curl</A> +<h2>Tutorial</h2> +<a href="TheArtOfHttpScripting">The Art Of Scripting HTTP Requests Using Curl</a> (plain text) +  <h2>libcurl</h2>  See the <a href="libcurl/index.html">libcurl section</a> diff --git a/docs/libcurl/index.html b/docs/libcurl/index.html index 29afbae2f..52d11e219 100644 --- a/docs/libcurl/index.html +++ b/docs/libcurl/index.html @@ -14,6 +14,7 @@  <A HREF="libcurl.html">libcurl</A>  <br><a href="libcurl-multi.html">libcurl-multi</a>  <br><a href="libcurl-errors.html">libcurl-errors</a> +<br><a href="../libcurl-the-guide">libcurl-the-guide</a> (plain text)  <H2>Library Functions (A-Z)</H2>  <a href="curl_easy_cleanup.html">curl_easy_cleanup</A> | 
