summaryrefslogtreecommitdiffstats
path: root/Doc/library/xmlrpc.client.rst
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2023-05-02 06:34:44 (GMT)
committerGitHub <noreply@github.com>2023-05-02 06:34:44 (GMT)
commit68ed2a2a3f1e715dc10724b0c000ec2fc498d11e (patch)
tree85c87e27dff1f6564b5b7047a111f18be1d7233b /Doc/library/xmlrpc.client.rst
parent82ba6ce303d04a7b21034e38d220e23ca9f1dc0a (diff)
downloadcpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.zip
cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.gz
cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.bz2
GH-103484: Fix redirected permanently URLs (#104001)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Diffstat (limited to 'Doc/library/xmlrpc.client.rst')
-rw-r--r--Doc/library/xmlrpc.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst
index bd2c49a..146c4fd 100644
--- a/Doc/library/xmlrpc.client.rst
+++ b/Doc/library/xmlrpc.client.rst
@@ -161,7 +161,7 @@ between conformable Python objects and XML on the wire.
.. seealso::
- `XML-RPC HOWTO <https://www.tldp.org/HOWTO/XML-RPC-HOWTO/index.html>`_
+ `XML-RPC HOWTO <https://tldp.org/HOWTO/XML-RPC-HOWTO/index.html>`_
A good description of XML-RPC operation and client software in several languages.
Contains pretty much everything an XML-RPC client developer needs to know.