From 2859a2163a85ad28679f6db9ee76b001938eee5a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 23 Mar 2022 18:48:49 +0000 Subject: [PATCH] update examples reference --- actix-web-lab/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/actix-web-lab/src/lib.rs b/actix-web-lab/src/lib.rs index 6acfa515..25f17fbe 100644 --- a/actix-web-lab/src/lib.rs +++ b/actix-web-lab/src/lib.rs @@ -7,8 +7,7 @@ //! Any kind of feedback is welcome. //! //! # Complete Examples -//! See [the `examples` folder](https://github.com/robjtede/actix-web-lab/tree/HEAD/examples) for -//! some complete examples of items in this crate. +//! See [the `examples` folder][examples] for some complete examples of items in this crate. //! //! # Things To Know About This Crate //! - It will never reach v1.0. @@ -18,6 +17,8 @@ //! - Items that graduate to Actix Web crate will be marked deprecated here for a reasonable amount //! of time so you can migrate. //! - Migrating will often be as easy as dropping the `_lab` suffix from imports when migrating. +//! +//! [examples]: https://github.com/robjtede/actix-web-lab/tree/HEAD/actix-web-lab/examples #![deny(rust_2018_idioms, nonstandard_style)] #![warn(future_incompatible, missing_docs)]