diff options
author | Georg Brandl <georg@python.org> | 2005-08-27 17:04:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-27 17:04:58 (GMT) |
commit | f0b0cd2ac06158bad982fdf86ab60bbff4e22f4b (patch) | |
tree | 52beb859a10d43479c3254a7d7a3bbcba83939bb /Doc | |
parent | bd94eb52d17f8fddd6e60d87b6bce5354a297cf2 (diff) | |
download | cpython-f0b0cd2ac06158bad982fdf86ab60bbff4e22f4b.zip cpython-f0b0cd2ac06158bad982fdf86ab60bbff4e22f4b.tar.gz cpython-f0b0cd2ac06158bad982fdf86ab60bbff4e22f4b.tar.bz2 |
patch [ 1274630 ] documentation fixes
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libhttplib.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index d08bc90..8f02368 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -146,7 +146,7 @@ and also the following constants for integer status codes: {http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.2}} \lineiii{PROCESSING}{\code{102}} {WEBDAV, \ulink{RFC 2518, Section 10.1} - {http://www.webdav.org/specs/rfc2518.htm#STATUS_102}} + {http://www.webdav.org/specs/rfc2518.html#STATUS_102}} \lineiii{OK}{\code{200}} {HTTP/1.1, \ulink{RFC 2616, Section 10.2.1} @@ -171,7 +171,7 @@ and also the following constants for integer status codes: {http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7}} \lineiii{MULTI_STATUS}{\code{207}} {WEBDAV \ulink{RFC 2518, Section 10.2} - {http://www.webdav.org/specs/rfc2518.htm#STATUS_207}} + {http://www.webdav.org/specs/rfc2518.html#STATUS_207}} \lineiii{IM_USED}{\code{226}} {Delta encoding in HTTP, \rfc{3229}, Section 10.4.1} @@ -253,13 +253,13 @@ and also the following constants for integer status codes: {http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18}} \lineiii{UNPROCESSABLE_ENTITY}{\code{422}} {WEBDAV, \ulink{RFC 2518, Section 10.3} - {http://www.webdav.org/specs/rfc2518.htm#STATUS_422}} + {http://www.webdav.org/specs/rfc2518.html#STATUS_422}} \lineiii{LOCKED}{\code{423}} {WEBDAV \ulink{RFC 2518, Section 10.4} - {http://www.webdav.org/specs/rfc2518.htm#STATUS_423}} + {http://www.webdav.org/specs/rfc2518.html#STATUS_423}} \lineiii{FAILED_DEPENDENCY}{\code{424}} {WEBDAV, \ulink{RFC 2518, Section 10.5} - {http://www.webdav.org/specs/rfc2518.htm#STATUS_424}} + {http://www.webdav.org/specs/rfc2518.html#STATUS_424}} \lineiii{UPGRADE_REQUIRED}{\code{426}} {HTTP Upgrade to TLS, \rfc{2817}, Section 6} @@ -283,7 +283,7 @@ and also the following constants for integer status codes: {http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6}} \lineiii{INSUFFICIENT_STORAGE}{\code{507}} {WEBDAV, \ulink{RFC 2518, Section 10.6} - {http://www.webdav.org/specs/rfc2518.htm#STATUS_507}} + {http://www.webdav.org/specs/rfc2518.html#STATUS_507}} \lineiii{NOT_EXTENDED}{\code{510}} {An HTTP Extension Framework, \rfc{2774}, Section 7} \end{tableiii} |