Skip to content

Commit

Permalink
Fix link to storage crate in ARCHITECTURE.md (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsemakula authored Aug 9, 2023
1 parent c2af398 commit 6452b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ink! is composed of a number of crates that are all found in the
functionality of the standard library.
* [`primitives`](https://github.com/paritytech/ink/tree/master/crates/primitives):
Utilities that are used internally by multiple ink! crates.
* [`storage`](https://github.com/paritytech/ink/tree/master/crates/prelude):
* [`storage`](https://github.com/paritytech/ink/tree/master/crates/storage):
The collections that are available for contract developers to put in
a smart contracts storage.
* [`engine`](https://github.com/paritytech/ink/tree/master/crates/engine):
Expand Down

0 comments on commit 6452b89

Please sign in to comment.