summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-11-09 17:25:42 -0800
committerRaymond Hettinger <python@rcn.com>2014-11-09 17:25:42 -0800
commita2c5dd92758190ccac46375cc81c188fa40e619c (patch)
tree286d6ed0f43d766549c9b98c5c607f4ff5127b69
parent726e48f0abc814d684b8af18453f0a820fd0176d (diff)
downloadcpython-a2c5dd92758190ccac46375cc81c188fa40e619c.tar.gz
Use internal links where possible
-rw-r--r--Doc/library/functions.rst3
-rw-r--r--Doc/library/functools.rst3
2 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 1683b29444..99ba882141 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1326,8 +1326,7 @@ available. They are listed here in alphabetical order.
compare equal --- this is helpful for sorting in multiple passes (for
example, sort by department, then by salary grade).
- For sorting examples and a brief sorting tutorial, see `Sorting HowTo
- <https://wiki.python.org/moin/HowTo/Sorting/>`_\.
+ For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
.. versionadded:: 2.4
diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst
index 086b0b5d1b..10dbd0fc1d 100644
--- a/Doc/library/functools.rst
+++ b/Doc/library/functools.rst
@@ -38,8 +38,7 @@ The :mod:`functools` module defines the following functions:
sorted(iterable, key=cmp_to_key(locale.strcoll)) # locale-aware sort order
- For sorting examples and a brief sorting tutorial, see `Sorting HowTo
- <https://wiki.python.org/moin/HowTo/Sorting/>`_\.
+ For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
.. versionadded:: 2.7