From d870080f4706045a2a46a64eab8498b7461697e5 Mon Sep 17 00:00:00 2001 From: davidsemakula Date: Wed, 9 Aug 2023 06:13:35 +0300 Subject: [PATCH] Fix link to storage crate in ARCHITECTURE.md --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index cb27514252..0a27c30ab8 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -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):