Skip to content

Commit 3475eb0

Browse files
authored
fixed xref in starknet-by-example/storage.adoc
1 parent b450ec1 commit 3475eb0

File tree

1 file changed

+1
-1
lines changed
  • components/Starknet/modules/guides/pages/starknet-by-example

1 file changed

+1
-1
lines changed

components/Starknet/modules/guides/pages/starknet-by-example/storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mod Contract {
3636
Both contracts above generate identical Sierra code. The compiler only generates code for storage variables that are actually used in contract functions. Declaring unused storage variables has no impact on contract size or gas costs.
3737
====
3838

39-
For more complex data structures, see xref:starknet-by-example/custom-types#storing_custom_types[Storing Custom Types].
39+
For more complex data structures, see xref:starknet-by-example/custom-types.adoc#storing_custom_types[Storing Custom Types].
4040

4141
### Storage Space (advanced)
4242

0 commit comments

Comments
 (0)