From 80ece9b15659a7c5113782fba00e1d6ec90c08ba Mon Sep 17 00:00:00 2001 From: Steve Goodman <39279277+stoobie@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:07:23 +0200 Subject: [PATCH] Update components/Starknet/modules/quick_start/pages/declare_a_smart_contract.adoc --- .../modules/quick_start/pages/declare_a_smart_contract.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/quick_start/pages/declare_a_smart_contract.adoc b/components/Starknet/modules/quick_start/pages/declare_a_smart_contract.adoc index cd869f1927..9fe623f9b5 100644 --- a/components/Starknet/modules/quick_start/pages/declare_a_smart_contract.adoc +++ b/components/Starknet/modules/quick_start/pages/declare_a_smart_contract.adoc @@ -23,7 +23,7 @@ Deploying a smart contract in Starknet requires two steps: [TIP] ==== -If you require a smart contract for testing, you can use this sample contract, link:https://github.com/starknet-edu/starknetbook/blob/main/examples/vote-contracts/src/lib.cairo[`lib.cairo`], from the Starknet Book]. +If you require a smart contract for testing, you can use this sample contract, link:https://github.com/starknet-edu/starknetbook/blob/main/examples/vote-contracts/src/lib.cairo[`lib.cairo`], from the Starknet Book. ==== == Compiling a smart contract