Improve routing-related documentation
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 8e7e3a050946f18fb8a0f3fcedf6b7622a9085a9..5922ec2842277e6cb5179802e77717a3402acacc 100644 (file)
@@ -4,7 +4,7 @@
 //! responsible for tracking which channels are open, HTLCs are in flight and reestablishing those
 //! upon reconnect to the relevant peer(s).
 //!
-//! It does not manage routing logic (see routing::router for that) nor does it manage constructing
+//! It does not manage routing logic (see routing::router::get_route for that) nor does it manage constructing
 //! on-chain transactions (it only monitors the chain to watch for any force-closes that might
 //! imply it needs to fail HTLCs/payments/channels it manages).