From fa3204a1c7cb63b1ec26599a012eeab7fc44220c Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 5 May 2020 12:40:30 -0500 Subject: [PATCH] Point docs at correct crate Co-authored-by: Lucio Franco --- tonic-reflection/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-reflection/src/lib.rs b/tonic-reflection/src/lib.rs index b4ab4904e..46a1d396a 100644 --- a/tonic-reflection/src/lib.rs +++ b/tonic-reflection/src/lib.rs @@ -9,7 +9,7 @@ #![doc( html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png" )] -#![doc(html_root_url = "https://docs.rs/tonic/0.2.0")] +#![doc(html_root_url = "https://docs.rs/tonic-reflection/0.1.0")] #![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")] #![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))] #![cfg_attr(docsrs, feature(doc_cfg))]