make a reference to the SimpleHTTPServer module a hyperlink to the

docs
This commit is contained in:
Fred Drake 2004-06-09 14:50:19 +00:00
parent 2adf210993
commit da4513a88b

View file

@ -14,7 +14,7 @@
This module defines two classes for implementing HTTP servers This module defines two classes for implementing HTTP servers
(Web servers). Usually, this module isn't used directly, but is used (Web servers). Usually, this module isn't used directly, but is used
as a basis for building functioning Web servers. See the 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. \refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules.
The first class, \class{HTTPServer}, is a The first class, \class{HTTPServer}, is a