Skip to content

Commit 6c3deaf

Browse files
committed
fix: remove broken intra doc link
1 parent 1160034 commit 6c3deaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//!
2121
//! The primary abstraction of the library is the [`Node`], which can be retrieved by setting up
2222
//! and configuring a [`Builder`] to your liking and calling [`build`]. `Node` can then be
23-
//! controlled via commands such as [`start`], [`stop`], [`connect_open_channel`],
23+
//! controlled via commands such as [`start`], [`stop`], [`open_channel`], [`open_announced_channel`]
2424
//! [`send`], etc.:
2525
//!
2626
//! ```no_run

0 commit comments

Comments
 (0)