Use new spec repository URL.
[rust-lightning] / lightning-invoice / src / lib.rs
index 9fcb4af1b624257b6818d1c121c4dd9f7c6c6eaa..7025981cc00b4f43f279f3e4de3f5e45b8908ad6 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:
 //!