From 3ca8d9d3c4cceac91cb6ddeff2eec2d0e50ca73d Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:38:54 +0300 Subject: [PATCH] fixing broken pathway fixing broken pathway --- docs/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.md b/docs/docs.md index 7d49ad46..8d7f54d0 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -347,7 +347,7 @@ The [Fname registry](https://github.com/farcasterxyz/fname-registry) is an off-c # 3.1. Hubs -[Hubs](https://docs.farcaster.xyz/protocol/hubs.html) are off-chain servers that store data on behalf of addresses that have registered an fid. They track the IdRegistry to know the addresses that have an fid, the StorageRegistry to find out how many messages they are allowed to store and the KeyRegistry to find out which key pairs can sign messages on behalf of the user. +[Hubs](https://docs.farcaster.xyz/learn/architecture/hubs) are off-chain servers that store data on behalf of addresses that have registered an fid. They track the IdRegistry to know the addresses that have an fid, the StorageRegistry to find out how many messages they are allowed to store and the KeyRegistry to find out which key pairs can sign messages on behalf of the user. ### Assumptions