Skip to content

Commit

Permalink
password-auth: fix documentation link in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 2, 2023
1 parent 409c259 commit acafdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with support for Argon2, PBKDF2, and scrypt password hashing algorithms
"""
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/argon2"
documentation = "https://docs.rs/password-auth"
repository = "https://github.com/RustCrypto/password-hashes/tree/master/password-auth"
keywords = ["crypto", "password", "hashing"]
categories = ["authentication", "cryptography", "no-std"]
Expand Down

0 comments on commit acafdc0

Please sign in to comment.