From ba7de6bbf714237589f8a1a5a5c83c481ad2798b Mon Sep 17 00:00:00 2001 From: Dragos-Gabriel Danciulescu Date: Wed, 29 Jan 2025 19:16:49 +0200 Subject: [PATCH] Fix reference --- source/shared/setup-env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared/setup-env.rst b/source/shared/setup-env.rst index aab5f74836..86b930b971 100644 --- a/source/shared/setup-env.rst +++ b/source/shared/setup-env.rst @@ -48,7 +48,7 @@ During Wasm installation in your system you should see something similar to belo .. image:: images/mint-wasm-install.png :width: 100% -Now you need to install the Concordium software package. ``cargo-concordium`` is the tool for developing smart contracts for the Concordium blockchain. It can be used for :ref:`compiling` and :ref:`testing` smart contracts, and enables features such as :ref:`building contract schemas`.:ref:`Click here` and download the version 2.2.0 or greater of ``cargo-concordium`` for your operating system. The tool is the same for both testnet and mainnet. +Now you need to install the Concordium software package. ``cargo-concordium`` is the tool for developing smart contracts for the Concordium blockchain. It can be used for :ref:`compiling` and :ref:`testing` smart contracts, and enables features such as :ref:`building contract schemas`. :ref:`Click here` and download the version 2.2.0 or greater of ``cargo-concordium`` for your operating system. The tool is the same for both testnet and mainnet. .. note::