From: Leonardo Lima Date: Mon, 16 Mar 2026 23:44:48 +0000 (-0300) Subject: fix(docs): `KeychainTxOutIndex` link used in `bdk_core` X-Git-Tag: core-0.6.3^2~1 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=d8ae3cb1fa782f99363b73ef7afe6564f79f2f35;p=bdk fix(docs): `KeychainTxOutIndex` link used in `bdk_core` --- 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;