Skip to content

Commit 9c845d7

Browse files
committed
rename setup-tools to build-contract
1 parent b3c255e commit 9c845d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/mainnet/docs/smart-contracts/guides/deploy-module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Preparation
1212
===========
1313

1414
Make sure that you are :ref:`running a node<run-a-node>` using the latest :ref:`Concordium software<downloads>` and
15-
that you have a :ref:`smart-contract module<setup-tools>` ready to be deployed.
15+
that you have a :ref:`smart-contract module<build-contract>` ready to be deployed.
1616

1717
Since deploying a smart contract module is done in the form of a transaction,
1818
you will also need to have ``concordium-client`` setup with an account with

source/mainnet/docs/smart-contracts/guides/quick-start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before starting, it is a good idea to read the :ref:`Smart contracts best practi
1717
#. :ref:`cargo-concordium<concordium-node-and-client-download>`
1818
#. :ref:`concordium-client<concordium-node-and-client-download>`
1919

20-
For more detailed information, see :ref:`Install tools for development<setup-tools>`.
20+
For more detailed information, see :ref:`Install tools for development<build-contract>`.
2121

2222
.. dropdown:: Step 2 - Set up smart contract project
2323

0 commit comments

Comments
 (0)