From ac13fb470ef0be95e4ca54d92871942c0baf6309 Mon Sep 17 00:00:00 2001 From: Patrick Gray <83602086+pgray-hiro@users.noreply.github.com> Date: Thu, 1 Jul 2021 10:01:30 -0400 Subject: [PATCH] Update src/pages/write-smart-contracts/clarinet.md --- src/pages/write-smart-contracts/clarinet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/write-smart-contracts/clarinet.md b/src/pages/write-smart-contracts/clarinet.md index 24277f7d..6a6dc304 100644 --- a/src/pages/write-smart-contracts/clarinet.md +++ b/src/pages/write-smart-contracts/clarinet.md @@ -22,7 +22,7 @@ and testing on a live blockchain, and deploying the final contract to the mainne ## Installing Clarinet -You can download a release from [github/hirosystems/clarinet](https://github.com/hirosystems/clarinet/releases/latest) or +You can download a release from the [Clarinet repository](https://github.com/hirosystems/clarinet/releases/latest) or try [installing it from source code](https://github.com/hirosystems/clarinet#install-from-source-using-cargo). ## Developing a Clarity smart contract