From e7d5085a01cef77b92b8a8fbe694040099235acc Mon Sep 17 00:00:00 2001 From: looklose <166388131+looklose@users.noreply.github.com> Date: Sun, 2 Mar 2025 03:22:51 +0800 Subject: [PATCH] chore: fix 404 status URL in README.md (#1166) Signed-off-by: looklose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14d8e7df9..b5597da86 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ which is better optimized for public usage at the cost of consuming *significant * Low index storage overhead (~10%), relying on a local full node for transaction retrieval * Efficient mempool tracker (allowing better fee [estimation](https://github.com/spesmilo/electrum/blob/59c1d03f018026ac301c4e74facfc64da8ae4708/RELEASE-NOTES#L34-L46)) * Low CPU & memory usage (after initial indexing) - * [`txindex`](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch03.asciidoc#txindex) is not required for the Bitcoin node + * [`txindex`](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch03_bitcoin-core.adoc#txindex) is not required for the Bitcoin node * Uses a single [RocksDB](https://github.com/spacejam/rust-rocksdb) database, for better consistency and crash recovery ## Altcoins