summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 36ab707..d006f2b 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -799,8 +799,7 @@ Glossary
method resolution order
Method Resolution Order is the order in which base classes are searched
- for a member during lookup. See `The Python 2.3 Method Resolution Order
- <https://www.python.org/download/releases/2.3/mro/>`_ for details of the
+ for a member during lookup. See :ref:`python_2.3_mro` for details of the
algorithm used by the Python interpreter since the 2.3 release.
module