summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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.