diff options
-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> |