Skip to content

Commit

Permalink
Update components/Starknet/modules/quick_start/pages/declare_a_smart_…
Browse files Browse the repository at this point in the history
…contract.adoc
  • Loading branch information
stoobie authored Jan 14, 2024
1 parent 5c72d19 commit 81c113e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Deploying a smart contract in Starknet requires two steps:

[TIP]
====
If you require an example smart contract for testing, you can use this link:https://github.com/starknet-edu/starknetbook/blob/main/examples/vote-contracts/src/lib.cairo[example 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
Expand Down

0 comments on commit 81c113e

Please sign in to comment.