From: Fred Drake Date: Wed, 9 Jun 2004 14:52:00 +0000 (+0000) Subject: make a reference to the SimpleHTTPServer module a hyperlink to the X-Git-Tag: v2.3.5c1~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c8d256f304d77a64528612c595792492e508c29;p=thirdparty%2FPython%2Fcpython.git make a reference to the SimpleHTTPServer module a hyperlink to the docs --- diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index bf2bb7f42dc5..fe794f87a4e6 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