Skip to content

Commit

Permalink
fix ring docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
jenr24-architect committed Oct 23, 2024
1 parent e8dd0f1 commit c2c736b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tonic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//! for [`tonic-build`]. Enabled by default.
//! - `tls`: Deprecated. An alias to `tls-ring`
//! - `tls-ring`: Enables the [`rustls`] based TLS options for the `transport` feature using
//! the ring libcrypto provider. Not enabled by default.
//! the [`ring`]` libcrypto provider. Not enabled by default.
//! - `tls-aws-lc`: Enables the [`rustls`] based TLS options for the `transport` feature using
//! the [`aws-lc-rs`] libcrypto provider. Not enabled by default.
//! - `tls-roots`: Deprecated. An alias to `tls-native-roots` feature.
Expand Down Expand Up @@ -74,6 +74,7 @@
//! [`hyper`]: https://docs.rs/hyper
//! [`tower`]: https://docs.rs/tower
//! [`tonic-build`]: https://docs.rs/tonic-build
//! [`ring`]: https://docs.rs/ring
//! [`tonic-examples`]: https://github.com/hyperium/tonic/tree/master/examples
//! [`Codec`]: codec/trait.Codec.html
//! [`Channel`]: transport/struct.Channel.html
Expand Down

0 comments on commit c2c736b

Please sign in to comment.