From 9e49f7a4e3ef62bfe0e117c1bbbe830f4814845a Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 15 Nov 2019 05:16:48 +0900 Subject: [PATCH] Update user guide link (#189) --- state/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/src/main.rs b/state/src/main.rs index c7f6f947..2567ecd0 100644 --- a/state/src/main.rs +++ b/state/src/main.rs @@ -9,7 +9,7 @@ //! > must be constructed multiple times. If you want to share data between //! different > threads, a shared object should be used, e.g. `Arc`. //! -//! Check [user guide](https://actix.rs/book/actix-web/sec-2-application.html) for more info. +//! Check [user guide](https://actix.rs/docs/application/#state) for more info. use std::io; use std::sync::Mutex;