Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 30, 2023
1 parent 78f9990 commit 2d8aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smart-contracts/languages/smartpy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ You can see a summary of our smart contract with the following information:

By clicking on the _Types_ tab, we have access to the types of the storage elements and the parameters of the entrypoints.

<Figure src="img/smart-contracts/online_editor_Types.png" caption="Figure 4: Online Editor Types" />
<Figure src="/img/smart-contracts/online_editor_Types.png" caption="Figure 4: Online Editor Types" />

> As with Python, most of the time, it is not necessary to specify the type of an object in _SmartPy_.
> But it may be required because the target language of SmartPy, Michelson, requires types.
Expand Down

0 comments on commit 2d8aaf3

Please sign in to comment.