1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

Update user guide link (#189)

This commit is contained in:
Yuki Okushi 2019-11-15 05:16:48 +09:00 committed by GitHub
parent 4e8f8d0b93
commit 9e49f7a4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;