From 976ab7765a00701c72c9342eea7d2f2cae9ebae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Duarte?= Date: Tue, 3 Sep 2024 08:17:10 +0100 Subject: [PATCH] docs: update docs --- src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/introduction.md b/src/introduction.md index b3bb0a1..7f4552b 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -31,7 +31,7 @@ The following on-chain logic has been implemented: - [Continuously proving](./pallets/storage-provider.md#submit_windowed_post) that the promise of storage has been kept up [PoSt proof](./glossary.md#proofs), - [Punishing](./pallets/storage-provider.md#events) for failing to provide storage. -We present a complete real-world scenario (./getting-started/demo.md) in which a [Storage Provider](./glossary.md#storage-provider) and a [Storage User](./glossary.md#storage-user) negotiate a deal, perform all the steps necessary to start the storage and then receive rewards (or punishments) for making it happen. +We present a complete [real-world scenario](./getting-started/demo.md) in which a [Storage Provider](./glossary.md#storage-provider) and a [Storage User](./glossary.md#storage-user) negotiate a deal, perform all the steps necessary to start the storage and then receive rewards (or punishments) for making it happen. More information available about the project's genesis in: