summary refs log tree commit diff stats
path: root/lib/pure/hashes.nim
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/pure/hashes.nim
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/pure/hashes.nim')
-rw-r--r--lib/pure/hashes.nim2
1 files changed, 1 insertions, 1 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