Skip to content

Commit

Permalink
proto: fix doc links to tonic, prost (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy authored Jul 29, 2023
1 parent fb14199 commit ba6f924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-proto/src/proto.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[cfg(feature = "gen-tonic-messages")]
#[path = "proto/tonic"]
/// Generated files using [`tonic`](https://docs.rs/crate/grpcio) and [`prost`](https://docs.rs/crate/protobuf/latest)
/// Generated files using [`tonic`](https://docs.rs/crate/tonic) and [`prost`](https://docs.rs/crate/prost)
pub mod tonic {
/// Service stub and clients
#[path = ""]
Expand Down

0 comments on commit ba6f924

Please sign in to comment.