File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1010,8 +1010,7 @@ performance levels:
10101010 may come up with. This is doubly true for primitives written in C, such
10111011 as builtins and some extension types. For example, be sure to use
10121012 either the :meth: `list.sort ` built-in method or the related :func: `sorted `
1013- function to do sorting (and see the
1014- `sorting mini-HOWTO <https://wiki.python.org/moin/HowTo/Sorting >`_ for examples
1013+ function to do sorting (and see the :ref: `sortinghowto ` for examples
10151014 of moderately advanced usage).
10161015
10171016* Abstractions tend to create indirections and force the interpreter to work
Original file line number Diff line number Diff line change @@ -1306,8 +1306,7 @@ are always available. They are listed here in alphabetical order.
13061306 compare equal --- this is helpful for sorting in multiple passes (for
13071307 example, sort by department, then by salary grade).
13081308
1309- For sorting examples and a brief sorting tutorial, see `Sorting HowTo
1310- <https://wiki.python.org/moin/HowTo/Sorting/> `_\.
1309+ For sorting examples and a brief sorting tutorial, see :ref: `sortinghowto `.
13111310
13121311.. function :: staticmethod(function)
13131312
You can’t perform that action at this time.
0 commit comments