]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
correct ontosys url - closes 1167329
authorSkip Montanaro <skip@pobox.com>
Mon, 21 Mar 2005 19:42:52 +0000 (19:42 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 21 Mar 2005 19:42:52 +0000 (19:42 +0000)
Doc/lib/libxmlrpclib.tex

index f056e014b765e75c6346c775c0c0253c426865d0..f83c518ebe522676e9d6dad6aad09175f3cbb47f 100644 (file)
@@ -32,7 +32,7 @@ the Python constant \code{None} will be translated into XML; the
 default behaviour is for \code{None} to raise a \exception{TypeError}.
 This is a commonly-used extension to the XML-RPC specification, but isn't
 supported by all clients and servers; see
-\url{http://ontosys.com/xml-rpc/extensions.html} for a description. 
+\url{http://ontosys.com/xml-rpc/extensions.php} for a description. 
 
 Both the HTTP and HTTPS transports support the URL syntax extension for
 HTTP Basic Authentication: \code{http://user:pass@host:port/path}.  The