diff --git a/docs/developing/deploy_facilities/configure_truffle.md b/docs/developing/deploy_facilities/configure_truffle.md index d017f905..ca13b762 100644 --- a/docs/developing/deploy_facilities/configure_truffle.md +++ b/docs/developing/deploy_facilities/configure_truffle.md @@ -14,7 +14,7 @@ With Truffle, you get: * An easy process of deploying and debugging contracts on the network * Automated deployment and running of tests -For a tutorial on how to use Truffle to deploy on the Neon EVM, see [here](/docs/developing/deploy_facilities/using_truffle). +For a tutorial on how to use Truffle to deploy on the Neon EVM, see [here](https://github.com/neonevm/neon-evm.docs/blob/main/docs/developing/deploy_facilities/using_truffle.md). ## Prerequisites Before you start, make sure the following software is installed on your device: @@ -76,4 +76,4 @@ To connect Truffle to a proxy on `node.js`, the `eth_accounts` method from the [ The configuration file is publicly available, and therefore the `word mnemonic` and `private key` contained in the file are also publicly available. This makes it possible for the library to use this data. HDWalletProvider obtains the `word mnemonic` or `private key` from the configuration file and uses this data to sign transactions before sending them to the proxy. Due to this potential vulnerability, Truffle deployment should only be used with test wallets. -> **Note:** Due to the public nature of the private key in this file, it is strongly recommended to use Truffle in the Neon EVM only for developing or testing contracts. \ No newline at end of file +> **Note:** Due to the public nature of the private key in this file, it is strongly recommended to use Truffle in the Neon EVM only for developing or testing contracts.