From 49d5f5ad1ec5536857de24938c464ef96a7a589d Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:47:41 -0800 Subject: [PATCH] Update doc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a561e339..ce0d831a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following to your `Cargo.toml`: cookie = "0.18" ``` -See the [documentation](http://docs.rs/cookie) for detailed usage information. +See the [documentation](https://docs.rs/cookie) for detailed usage information. # Minimum Supported Rust Version (MSRV)