From 3b33540c997df1e5bda343c7cf89b7990e9a0c54 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 26 Sep 2002 13:16:08 +0000
Subject: [PATCH] point out more docs

---
 docs/index.html         | 3 +++
 docs/libcurl/index.html | 1 +
 2 files changed, 4 insertions(+)

diff --git a/docs/index.html b/docs/index.html
index 4bf4512346..540a61f363 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 29afbae2fd..52d11e2195 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>
-- 
GitLab