From 60f72d190b77d9da0baac4472e8568b3dd2ef704 Mon Sep 17 00:00:00 2001 From: Arniu Date: Tue, 22 Sep 2020 14:01:32 +0800 Subject: [PATCH] fix wrong link --- actix-web-codegen/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-codegen/src/lib.rs b/actix-web-codegen/src/lib.rs index 641444dd6..ff6f82dfd 100644 --- a/actix-web-codegen/src/lib.rs +++ b/actix-web-codegen/src/lib.rs @@ -17,7 +17,7 @@ //! - [options](attr.options.html) //! - [trace](attr.trace.html) //! - [patch](attr.patch.html) -//! - [route](attr.patch.html) +//! - [route](attr.route.html) //! //! ### Attributes: //!