diff options
author | narimiran <miran.tuhtan+git@gmail.com> | 2017-10-22 14:46:58 +0200 |
---|---|---|
committer | narimiran <miran.tuhtan+git@gmail.com> | 2017-10-22 14:46:58 +0200 |
commit | e73adde803c0305ab1a5e3b1d42e58721b24eded (patch) | |
tree | 05902722ae93f6b6e85c083c3398eba5c1456cae /lib | |
parent | 585ac9cc3464c4ba8af6497078162aaf6c6b8dce (diff) | |
download | Nim-e73adde803c0305ab1a5e3b1d42e58721b24eded.tar.gz |
update links
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/collections/sequtils.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index 850f130c0..83c52e7a9 100644 --- a/lib/pure/collections/sequtils.nim +++ b/lib/pure/collections/sequtils.nim @@ -13,8 +13,8 @@ ## were inspired by functional programming languages. ## ## For functional style programming you may want to pass `anonymous procs -## <manual.html#anonymous-procs>`_ to procs like ``filter`` to reduce typing. -## Anonymous procs can use `the special do notation <manual.html#do-notation>`_ +## <manual.html#procedures-anonymous-procs>`_ to procs like ``filter`` to reduce typing. +## Anonymous procs can use `the special do notation <manual.html#procedures-do-notation>`_ ## which is more convenient in certain situations. include "system/inclrtl" |