aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/xmlrpc.server.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/xmlrpc.server.rst')
-rw-r--r--Doc/library/xmlrpc.server.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xmlrpc.server.rst b/Doc/library/xmlrpc.server.rst
index 06169c7eca8..2a8f6f8d5fc 100644
--- a/Doc/library/xmlrpc.server.rst
+++ b/Doc/library/xmlrpc.server.rst
@@ -20,8 +20,8 @@ servers written in Python. Servers can either be free standing, using
.. warning::
The :mod:`xmlrpc.server` module is not secure against maliciously
- constructed data. If you need to parse untrusted or unauthenticated data see
- :ref:`xml-vulnerabilities`.
+ constructed data. If you need to parse untrusted or unauthenticated data,
+ see :ref:`xml-security`.
.. include:: ../includes/wasm-notavail.rst