Skip to content

Commit

Permalink
update examples reference
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Mar 23, 2022
1 parent a75cafc commit 2859a21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actix-web-lab/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)]
Expand Down

0 comments on commit 2859a21

Please sign in to comment.