Skip to content

Commit

Permalink
fix(web): Fix error tonic-web doc url (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-lin authored Feb 25, 2022
1 parent a359539 commit 37cd483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:/hyperium/tonic/issues/")]

pub use config::Config;
Expand Down

0 comments on commit 37cd483

Please sign in to comment.