]> granicus.if.org Git - python/commitdiff
Use internal links where possible
authorRaymond Hettinger <python@rcn.com>
Mon, 10 Nov 2014 01:25:42 +0000 (17:25 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 10 Nov 2014 01:25:42 +0000 (17:25 -0800)
Doc/library/functions.rst
Doc/library/functools.rst

index 1683b29444bae50dea7d3a83d5d94b2267a515a7..99ba88214171ae7907d9c3bf877caf565dd349af 100644 (file)
@@ -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
 
index 086b0b5d1b462ba1e87e6d7b1cd4d6d50bfaea8e..10dbd0fc1d9c4c23232d7b9332e31f1d8a526d27 100644 (file)
@@ -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