Skip to content

Commit

Permalink
client: fix ech-client.rs rustdoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Jun 13, 2024
1 parent f3041a1 commit 65cb181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustls/src/client/ech.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl EchConfig {
///
/// See the [ech-client.rs] example for a complete example of fetching ECH configs from DNS.
///
/// [ech-client.rs]: https://github.com/rustls/rustls/blob/main/provider-example/examples/ech-client.rs
/// [ech-client.rs]: https://github.com/rustls/rustls/blob/main/examples/src/bin/ech-client.rs
pub fn new(
ech_config_list: EchConfigListBytes<'_>,
hpke_suites: &[&'static dyn Hpke],
Expand Down

0 comments on commit 65cb181

Please sign in to comment.