From 1d8cfe85e054432d9e518543c13771eba5580813 Mon Sep 17 00:00:00 2001 From: Node Date: Wed, 9 Aug 2017 14:17:36 +0400 Subject: [PATCH] Update example links --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6c9e1467..6c743f6e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ Welcome to the bcoin docs! [work-transactions]: Working-with-transactions.md [scripting]: Scripting.md -[example-p2p]: Example-Connecting-to-the-P2P-Network.md -[example-blockchain]: Example-Creating-a-Blockchain-and-Mempool.md -[example-fullnode]: Example-Fullnode-Object.md -[example-spv]: Example-SPV-Sync.md +[example-p2p]: Examples/connect-to-the-p2p-network.js +[example-blockchain]: Examples/create-a-blockchain-and-mempool.js +[example-fullnode]: Examples/fullnode-and-wallet.js +[example-spv]: Examples/spv-sync-wallet.js