]> Untitled Git - bdk/commitdiff
fix(docs): `KeychainTxOutIndex` link used in `bdk_core`
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 16 Mar 2026 23:44:48 +0000 (20:44 -0300)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 23 Mar 2026 16:46:54 +0000 (13:46 -0300)
crates/core/src/spk_client.rs

index 6f45aed5f990aba85062eba78be4daf0064cef9d..b7c252ec830882bbff691667b3f6c2df8baedcb0 100644 (file)
@@ -136,9 +136,7 @@ impl<I> SyncRequestBuilder<I> {
     ///
     /// # Example
     ///
-    /// Sync revealed script pubkeys obtained from a
-    /// [`KeychainTxOutIndex`](../../bdk_chain/indexer/keychain_txout/struct.KeychainTxOutIndex.
-    /// html).
+    /// Sync revealed script pubkeys obtained from a [`KeychainTxOutIndex`](https://docs.rs/bdk_chain/latest/bdk_chain/indexer/keychain_txout/struct.KeychainTxOutIndex.html).
     ///
     /// ```rust
     /// # use bdk_chain::spk_client::SyncRequest;