Skip to content

Commit 136cac6

Browse files
committed
Use a rustdoc link for URL in public features documentation
...addressing a warning that rustc always prints when generating docs.
1 parent b167aab commit 136cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-types/src/features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
//! - `DnsResolver` - supports resolving DNS names to TXT DNSSEC proofs for BIP 353 payments
7474
//! (see [bLIP 32](https://github.com/lightning/blips/blob/master/blip-0032.md) for more information).
7575
//! - `ProvideStorage` - Indicates that we offer the capability to store data of our peers
76-
//! (see https://github.com/lightning/bolts/pull/1110 for more info).
76+
//! (see [BOLT PR #1110](https://github.com/lightning/bolts/pull/1110) for more info).
7777
//! - `Quiescence` - protocol to quiesce a channel by indicating that "SomeThing Fundamental is Underway"
7878
//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#channel-quiescence) for more information).
7979
//!

0 commit comments

Comments
 (0)