algorithm: sort: fix link in documentation

This commit is contained in:
Simon Ruderich
2016-09-15 04:18:42 +02:00
parent 4f1886621e
commit af2b0aed06

View File

@@ -179,7 +179,7 @@ proc sort*[T](a: var openArray[T],
## sort(myStrArray, system.cmp)
##
## You can inline adhoc comparison procs with the `do notation
## <manual.html#do-notation>`_. Example:
## <manual.html#procedures-do-notation>`_. Example:
##
## .. code-block:: nim
##