Skip to content

Commit ba6f924

Browse files
authored
proto: fix doc links to tonic, prost (#1162)
1 parent fb14199 commit ba6f924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-proto/src/proto.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[cfg(feature = "gen-tonic-messages")]
22
#[path = "proto/tonic"]
3-
/// Generated files using [`tonic`](https://docs.rs/crate/grpcio) and [`prost`](https://docs.rs/crate/protobuf/latest)
3+
/// Generated files using [`tonic`](https://docs.rs/crate/tonic) and [`prost`](https://docs.rs/crate/prost)
44
pub mod tonic {
55
/// Service stub and clients
66
#[path = ""]

0 commit comments

Comments
 (0)