Skip to content

Commit 7c7cb76

Browse files
authored
Fix md5 project link in README (#809)
1 parent ffe0939 commit 7c7cb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ See the [Security] page on Wikipedia for more information.
6262
### Crate Names
6363

6464
Whenever possible crates are published under the same name as the crate folder.
65-
Owners of `md5` [declined](https://github.com/stainless-steel/md5/pull/) to participate in this project.
65+
Owners of `md5` [declined](https://github.com/stainless-steel/md5/pull/2) to participate in this project.
6666
This crate does not implement the [`digest`] traits, so it is not interoperable with the RustCrypto ecosystem.
6767
This is why we publish our MD5 implementation as `md-5` and mark it with the :exclamation: mark.
6868
Note that the library itself is named as `md5`, i.e. inside `use` statements you should use `md5`, not `md_5`.

0 commit comments

Comments
 (0)