From 77a337a39abcf85b2ba60b90273eebadecedfc18 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 29 Nov 2022 14:49:40 +0800 Subject: [PATCH] fixes documentation regression (#20960) follow up https://github.com/nim-lang/Nim/pull/20371 --- doc/nims.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nims.md b/doc/nims.md index ecda526fb2..f36fb8f3e4 100644 --- a/doc/nims.md +++ b/doc/nims.md @@ -80,7 +80,7 @@ At least the following standard library modules are available: * [options](options.html) * [parseutils](parseutils.html) * [punycode](punycode.html) -* [random](punycode.html) +* [random](random.html) * [stats](stats.html) * [strformat](strformat.html) * [strmisc](strmisc.html)