From 33b11c643013c78b032db3aff4133f30afd8f7dc Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 18 Dec 2023 07:07:05 +0800 Subject: [PATCH] fix(docs): type link --- viz-core/src/middleware/cookie.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viz-core/src/middleware/cookie.rs b/viz-core/src/middleware/cookie.rs index 5787b55c..5748b88e 100644 --- a/viz-core/src/middleware/cookie.rs +++ b/viz-core/src/middleware/cookie.rs @@ -16,7 +16,7 @@ pub struct Config { } impl Config { - /// Creates a new config with the [`Key`][types::CookieKey]. + /// Creates a new config with the [`Key`][CookieKey]. #[cfg(any(feature = "cookie-signed", feature = "cookie-private"))] #[must_use] pub fn with_key(key: CookieKey) -> Self {