From da4513a88bff644c65a81d690d3a788c1f677f42 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 9 Jun 2004 14:50:19 +0000 Subject: make a reference to the SimpleHTTPServer module a hyperlink to the docs --- Doc/lib/libbasehttp.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index bf2bb7f..fe794f8 100644 --- a/Doc/lib/libbasehttp.tex +++ b/Doc/lib/libbasehttp.tex @@ -14,7 +14,7 @@ This module defines two classes for implementing HTTP servers (Web servers). Usually, this module isn't used directly, but is used as a basis for building functioning Web servers. See the -\module{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and +\refmodule{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and \refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules. The first class, \class{HTTPServer}, is a -- cgit v0.12