From 1d3f3d9528b7cb32f2ca380a1137983032e9430f Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:17:25 -0500 Subject: [PATCH] fix file name --- docs/build/guides/smart-contracts/deploying.md | 2 +- .../testing/{testing.md => testing-contracts.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/build/guides/smart-contracts/testing/{testing.md => testing-contracts.md} (100%) diff --git a/docs/build/guides/smart-contracts/deploying.md b/docs/build/guides/smart-contracts/deploying.md index cf7660fe9c..702f27ef45 100644 --- a/docs/build/guides/smart-contracts/deploying.md +++ b/docs/build/guides/smart-contracts/deploying.md @@ -24,7 +24,7 @@ Anyone can deploy and update contracts on mainnet. Audits are encouraged but not ### Create and deploy a mainnet project The tool of choice is Flow CLI, there are quickstarts and guides that use Flow CLI, [Getting Started](../../getting-started/quickstarts/flow-cli) -- It is highly encouraged to test your contracts, transactions and scripts on Testnet, have strong smart contract test coverage and follow any additional guidelines set out here: [Smart Contract Testing Guidelines](./testing/testing.md). +- It is highly encouraged to test your contracts, transactions and scripts on Testnet, have strong smart contract test coverage and follow any additional guidelines set out here: [Smart Contract Testing Guidelines](./testing/testing-contracts.md). - Follow the Flow CLI instructions to [Create a Project](../../../tools/flow-cli/index.md). You have the Flow CLI installed and ran `flow init` or `flow setup` in your project folder and generating a `flow.json` file - Mainnet account: You completed the mainnet account setup, (see above) and have your key pair and mainnet address ready. - [Deploy your project](../../../tools/flow-cli/deployment/deploy-project-contracts.md), notice that your account now has contracts deployed on mainnet. diff --git a/docs/build/guides/smart-contracts/testing/testing.md b/docs/build/guides/smart-contracts/testing/testing-contracts.md similarity index 100% rename from docs/build/guides/smart-contracts/testing/testing.md rename to docs/build/guides/smart-contracts/testing/testing-contracts.md