From 905ef5ed1991293a2eb53e1f249d989f50320245 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 6 Sep 2021 13:36:58 -0300 Subject: [PATCH] Update README-bitcoin.md Fix 404 on page links --- README-bitcoin.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README-bitcoin.md b/README-bitcoin.md index f8600c2f8..f0fcb8535 100644 --- a/README-bitcoin.md +++ b/README-bitcoin.md @@ -63,7 +63,7 @@ Returns details about an address. Available fields: `address`, `chain_stats`, an - {string} address -[ [NodeJS Example](examples/nodejs/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/bitcoin/addresses.html) ] [ [Top](#features) ] +[ [NodeJS Example](examples/nodejs/mempool-js/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/mempool-js/bitcoin/addresses.html) ] [ [Top](#features) ] ```js const { @@ -84,7 +84,7 @@ Get transaction history for the specified address/scripthash, sorted with newest - {string} address -[ [NodeJS Example](examples/nodejs/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/bitcoin/addresses.html) ] [ [Top](#features) ] +[ [NodeJS Example](examples/nodejs/mempool-js/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/mempool-js/bitcoin/addresses.html) ] [ [Top](#features) ] ```js const { @@ -105,7 +105,7 @@ Get confirmed transaction history for the specified address/scripthash, sorted w - {string} address -[ [NodeJS Example](examples/nodejs/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/bitcoin/addresses.html) ] [ [Top](#features) ] +[ [NodeJS Example](examples/nodejs/mempool-js/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/mempool-js/bitcoin/addresses.html) ] [ [Top](#features) ] ```js const { @@ -126,7 +126,7 @@ Get unconfirmed transaction history for the specified `address/scripthash`. Retu - {string} address -[ [NodeJS Example](examples/nodejs/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/bitcoin/addresses.html) ] [ [Top](#features) ] +[ [NodeJS Example](examples/nodejs/mempool-js/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/mempool-js/bitcoin/addresses.html) ] [ [Top](#features) ] ```js const { @@ -147,7 +147,7 @@ Get the list of unspent transaction outputs associated with the `address/scripth - {string} address -[ [NodeJS Example](examples/nodejs/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/bitcoin/addresses.html) ] [ [Top](#features) ] +[ [NodeJS Example](examples/nodejs/mempool-js/bitcoin/addresses.ts) ] [ [HTML Example](examples/html/mempool-js/bitcoin/addresses.html) ] [ [Top](#features) ] ```js const { addresses } = mempoolJS();