From 37cd48304f07adf09ab61b74b6ba3c91a24d2729 Mon Sep 17 00:00:00 2001 From: Yiyu Lin Date: Sat, 26 Feb 2022 03:19:40 +0800 Subject: [PATCH] fix(web): Fix error tonic-web doc url (#928) --- tonic-web/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-web/src/lib.rs b/tonic-web/src/lib.rs index e3a869f..9912303 100644 --- a/tonic-web/src/lib.rs +++ b/tonic-web/src/lib.rs @@ -84,7 +84,7 @@ rust_2018_idioms, unreachable_pub )] -#![doc(html_root_url = "https://docs.rs/tonic-reflection/0.3.0")] +#![doc(html_root_url = "https://docs.rs/tonic-web/0.2.0")] #![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")] pub use config::Config;