]> Untitled Git - bdk-cli/commitdiff
Fix rustdocs link
authorSteve Myers <steve@notmandatory.org>
Thu, 7 Jan 2021 22:45:51 +0000 (14:45 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 7 Jan 2021 22:45:51 +0000 (14:45 -0800)
src/lib.rs

index d10517614acacea4c99297fe348d2c5cad4f5622..96e98d1897d3a148c9e9c953068c24b7905d67e7 100644 (file)
@@ -403,7 +403,7 @@ fn parse_outpoint(s: &str) -> Result<OutPoint, String> {
 
 /// Execute a wallet sub-command with a given [`Wallet`].
 ///
-/// Wallet sub-commands are described in [`WalletSubCommand`]. See [`super::cli`] for example usage.
+/// Wallet sub-commands are described in [`WalletSubCommand`]. See [`crate`] for example usage.
 #[maybe_async]
 pub fn handle_wallet_subcommand<C, D>(
     wallet: &Wallet<C, D>,