summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-29 01:40:14 +0800
committerGitHub <noreply@github.com>2022-09-28 19:40:14 +0200
commitb463c8aedfa5540514489530a0e042f4c697089f (patch)
tree42e8aed96c40acdf7c728ca164202da6e4065c6e
parent92a0f191bf837287eec180288465d7b64d9bf47f (diff)
downloadNim-b463c8aedfa5540514489530a0e042f4c697089f.tar.gz
fixes changelog links (#20446)
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 7d52b289c..d7e1edb88 100644
--- a/changelog.md
+++ b/changelog.md
@@ -44,7 +44,7 @@
 - Removed two type pragma syntaxes deprecated since 0.20, namely
   `type Foo = object {.final.}`, and `type Foo {.final.} [T] = object`.
 
-- [Overloadable enums](https://nim-lang.github.io/Nim/manual_experimental.html#overloadable-enum-value-names)
+- [Overloadable enums](https://nim-lang.github.io/Nim/manual.html#types-enumeration-types)
   are no longer experimental.
 
 - Removed the `nimIncrSeqV3` define.