Merge pull request #1490 from arik-so/rust_beta_doc_fix
[rust-lightning] / lightning-invoice / src / lib.rs
index 383d8668c01e4990606f0525bc33e2795b7a611b..008d3344b55c5f2becae9cfd553d1c3f3f84dc2a 100644 (file)
@@ -11,7 +11,7 @@
 #![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
 
 //! This crate provides data structures to represent
-//! [lightning BOLT11](https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md)
+//! [lightning BOLT11](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md)
 //! invoices and functions to create, encode and decode these. If you just want to use the standard
 //! en-/decoding functionality this should get you started:
 //!