Move network_graph.rs to gossip.rs
[rust-lightning] / lightning / src / ln / mod.rs
index 932ca70b00f1f9cf22a47f51cd79beaff5bc54dc..9522e83d18d1cbfa02ddcbe9d0b7ef91ba2d4925 100644 (file)
@@ -19,7 +19,7 @@
 //! call into your [`P2PGossipSync`].
 //!
 //! [`ChannelManager`]: channelmanager::ChannelManager
-//! [`P2PGossipSync`]: crate::routing::network_graph::P2PGossipSync
+//! [`P2PGossipSync`]: crate::routing::gossip::P2PGossipSync
 
 #[cfg(any(test, feature = "_test_utils"))]
 #[macro_use]