From 1a55b5b03520e7afe1e6800081b8b4ac385a5ec0 Mon Sep 17 00:00:00 2001 From: Jeffrey Thompson Date: Mon, 17 Jun 2024 07:34:19 -0400 Subject: [PATCH] Update blockchain_tools.md Two web links were not working correctly: WAX Blockchain Setup and WAX RPC API --- docs/build/tools/blockchain_tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/tools/blockchain_tools.md b/docs/build/tools/blockchain_tools.md index 1583fa15..0faaf884 100644 --- a/docs/build/tools/blockchain_tools.md +++ b/docs/build/tools/blockchain_tools.md @@ -5,7 +5,7 @@ order: 99 # Blockchain Tools -To communicate with the WAX Blockchain, create a local development environment, and locally deploy your smart contracts, you'll need to use three key tools included in the [WAX Blockchain Setup](//build/dapp-development/wax-blockchain-setup/): +To communicate with the WAX Blockchain, create a local development environment, and locally deploy your smart contracts, you'll need to use three key tools included in the [WAX Blockchain Setup](https://developer.wax.io/build/dapp-development/wax-blockchain-setup/): ## keosd @@ -17,7 +17,7 @@ Refer to EOS's Overview - nodeos for more information.