From 870358e0b064b6e02b4f6d86e393c194ba09fb91 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sun, 12 Jun 2022 19:05:14 +0200 Subject: [PATCH] doc: fix docs.rs url --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f881cce..4597dab 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Cryptography Utils for Rust ### Importing -The driver is available on [crates-io]. To use the driver in +The driver is available on [crates.io](https://crates.io/crates/crypto-utils). To use the driver in your application, simply add it to your project's `Cargo.toml`. ```toml diff --git a/src/lib.rs b/src/lib.rs index ba9d214..e27064c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ //! Cryptography Utils for Rust //! //! ## Importing -//! The driver is available on [crates-io]. To use the driver in +//! The driver is available on [crates-io](https://crates.io/crates/crypto-utils). To use the driver in //! your application, simply add it to your project's `Cargo.toml`. //! //! ```toml