From 9c19631ead0d362cd4d621e5dd7f6caa3bb1b141 Mon Sep 17 00:00:00 2001 From: aidan Date: Fri, 28 Jun 2024 13:27:08 +0200 Subject: [PATCH] docs: Remove broken link --- pallets/storage-provider/DESIGN.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/pallets/storage-provider/DESIGN.md b/pallets/storage-provider/DESIGN.md index a645554bf..227844e70 100644 --- a/pallets/storage-provider/DESIGN.md +++ b/pallets/storage-provider/DESIGN.md @@ -39,9 +39,6 @@ The `Storage Provider Pallet` handles the creation of storage providers and faci ## Usage -> [!NOTE] -> For more information about the storage provider pallet API check out [the API docs](./API.md) - ### Registering storage providers A storage provider indexes in the storage provider pallet itself when it starts up by calling the `create_storage_provider` extrinsic with it's `PeerId` as an argument. The public key will be extracted from the origin and is used to modify on-chain information and receive rewards. The `PeerId` is given by the storage provider so clients can use that to connect to the storage provider.