From d8ae3cb1fa782f99363b73ef7afe6564f79f2f35 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Mon, 16 Mar 2026 20:44:48 -0300 Subject: [PATCH] fix(docs): `KeychainTxOutIndex` link used in `bdk_core` --- crates/core/src/spk_client.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/core/src/spk_client.rs b/crates/core/src/spk_client.rs index 6f45aed5..b7c252ec 100644 --- a/crates/core/src/spk_client.rs +++ b/crates/core/src/spk_client.rs @@ -136,9 +136,7 @@ impl SyncRequestBuilder { /// /// # 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; -- 2.49.0