From f7b895b53a6a23fdeb7d174ec765bf502c51983c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 11 Jan 2018 18:47:34 -0800 Subject: [PATCH] add link to github --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 38bf49685..d7dbcb8c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,8 @@ //! //! * [User Guide](http://actix.github.io/actix-web/guide/) //! * Cargo package: [actix-web](https://crates.io/crates/actix-web) -//! * Minimum supported Rust version: 1.20 or later +//! * [GitHub repository](https://github.com/actix/actix-web) +//! * Supported Rust version: 1.20 or later //! //! ## Features //!