Skip to content

Commit 2a5a5a5

Browse files
committed
Fixed hyperlinks.
1 parent e6d5b67 commit 2a5a5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quinn/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//! ### Crypto features
4444
//!
4545
//! These features control which crypto providers quinn will use. Currently rustls is the only one baked into this crate.
46-
//! See https://github.com/quinn-rs/quinn-boring/ for an example of integrating another crypto provider.
46+
//! See [quinn-boring](https://github.com/quinn-rs/quinn-boring/) for an example of integrating another crypto provider.
4747
//!
4848
//! - `rustls`: Enable rustls as the crypto provider for quinn.
4949
//!
@@ -60,7 +60,7 @@
6060
//! This will cause a dependency on the `log` crate and will cause logs to be emitted at
6161
//! various log levels, for code in quinn or its dependencies.
6262
//!
63-
//! - `qlog`: Enabled QUIC logs in the qlog format. Reference: https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html
63+
//! - `qlog`: Enabled QUIC logs in the [qlog format](https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html).
6464
//! - `rustls-log`: Enables logging in the rustls create.
6565
//! - `lock_tracking`: Records how long locks are held, and warns if they are held >= 1ms.
6666
//! - `tracing-log`: Configure `tracing` to log events via `log` if no `tracing` subscriber exists.

0 commit comments

Comments
 (0)