Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / ln / wire.rs
index d0ae9fc4d03413cdc3b2fd704f68f1cb6cb8e36e..a9f1c3d622d6e6fa4705d548f99ea9788837e6f3 100644 (file)
@@ -8,8 +8,8 @@
 
 //! Wire encoding/decoding for Lightning messages according to [BOLT #1], and for
 //! custom message through the [`CustomMessageReader`] trait.
-//! 
-//! [BOLT #1]: https://github.com/lightningnetwork/lightning-rfc/blob/master/01-messaging.md
+//!
+//! [BOLT #1]: https://github.com/lightning/bolts/blob/master/01-messaging.md
 
 use alloc::str::FromStr;
 use core::ffi::c_void;