summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-16 00:23:37 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-16 00:23:37 +0200
commitb78114ce507757cd79649212bd17dc86965aa4ef (patch)
treef17bb4e172fc2feea45b9e45fd739ecd344c8136 /changelog.md
parent1061e26bc997cd3b74c6b08862ad7145039f2550 (diff)
downloadNim-b78114ce507757cd79649212bd17dc86965aa4ef.tar.gz
minor edit to the changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 5437f16ac..441b09042 100644
--- a/changelog.md
+++ b/changelog.md
@@ -141,7 +141,7 @@
   the [manual](manual.html#macros-for-loop-macros) for more details.
   This feature enables a Python-like generic ``enumerate`` implementation.
 
-- Case statements can now be rewritten via macros. See the [manual]() for more information.
+- Case statements can now be rewritten via macros. See the [manual](manual.html#macros-case-statement-macros) for more information.
   This feature enables custom pattern matchers.