summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-05-04 23:40:37 +0800
committerGitHub <noreply@github.com>2023-05-04 17:40:37 +0200
commit62f1ad54aef29979f595b0438ae821a23151e1cf (patch)
tree0d607966417dc2687e48079114e44b7903d9f88c /lib
parent79ac242c7206b71ff1ea8ea8d1e499c610a1403f (diff)
downloadNim-62f1ad54aef29979f595b0438ae821a23151e1cf.tar.gz
build documentation for `checksums/md5` and `checksums/sha1` (#21791)
* build documentation for md5 and sha1

* fixes documentation reference
Diffstat (limited to 'lib')
-rw-r--r--lib/pure/hashes.nim2
-rw-r--r--lib/pure/md5.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/hashes.nim b/lib/pure/hashes.nim
index 56c360138..8e5770a71 100644
--- a/lib/pure/hashes.nim
+++ b/lib/pure/hashes.nim
@@ -62,7 +62,7 @@ runnableExamples:
 ## ========
 ## * `md5 module <md5.html>`_ for the MD5 checksum algorithm
 ## * `base64 module <base64.html>`_ for a Base64 encoder and decoder
-## * `std/sha1 module <sha1.html>`_ for the SHA-1 checksum algorithm
+## * `sha1 module <sha1.html>`_ for the SHA-1 checksum algorithm
 ## * `tables module <tables.html>`_ for hash tables
 
 import std/private/since
diff --git a/lib/pure/md5.nim b/lib/pure/md5.nim
index 81c85a07c..c65a9c2da 100644
--- a/lib/pure/md5.nim
+++ b/lib/pure/md5.nim
@@ -14,7 +14,7 @@
 ## See also
 ## ========
 ## * `base64 module<base64.html>`_ for a Base64 encoder and decoder
-## * `std/sha1 module <sha1.html>`_ for the SHA-1 checksum algorithm
+## * `sha1 module <sha1.html>`_ for the SHA-1 checksum algorithm
 ## * `hashes module<hashes.html>`_ for efficient computations of hash values
 ##   for diverse Nim types