From 717b93e5079761020c76ffc36811400ecb7f3ffa Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Fri, 28 Jan 2022 09:17:15 -0800 Subject: [PATCH] fix api documentation link (#220) --- actix-web-httpauth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index ead1c8a0f..d12dd61b2 100644 --- a/actix-web-httpauth/README.md +++ b/actix-web-httpauth/README.md @@ -9,7 +9,7 @@ ## Documentation & Resources -- [API Documentation](*https://docs.rs/actix-web-httpauth/) +- [API Documentation](https://docs.rs/actix-web-httpauth/) - Minimum Supported Rust Version (MSRV): 1.54 ## Features