From d2b153944f8bbe8c18c2ded07730a4ea0204715a Mon Sep 17 00:00:00 2001 From: valentineejimole <138007115+valentineejimole@users.noreply.github.com> Date: Fri, 7 Mar 2025 21:06:13 +0100 Subject: [PATCH] Fix: Updated links for proper redirection Fixed links in the docs --- docs/learn/what-is-farcaster/accounts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/learn/what-is-farcaster/accounts.md b/docs/learn/what-is-farcaster/accounts.md index a63d6ae8..28e6a46a 100644 --- a/docs/learn/what-is-farcaster/accounts.md +++ b/docs/learn/what-is-farcaster/accounts.md @@ -30,12 +30,12 @@ Users can set the recovery address to trusted services like Warpcast or they can ### APIs -- [IdRegistry](../../reference/contracts/reference/id-registry) - Lookup account data onchain. -- [IdGateway](../../reference/contracts/reference/id-gateway) - Create accounts onchain. -- [KeyRegistry](../../reference/contracts/reference/key-registry) - Lookup account key data onchain. +- [IdRegistry](../../reference/contracts/reference/id-registry.md) - Lookup account data onchain. +- [IdGateway](../../reference/contracts/reference/id-gateway.md) - Create accounts onchain. +- [KeyRegistry](../../reference/contracts/reference/key-registry.md) - Lookup account key data onchain. - [KeyGateway](../../reference/contracts/reference/key-gateway) - Create account keys onchain. - [Get Farcaster Ids](../../reference/hubble/httpapi/fids) - Fetch a list of all registered account fids from a hub. -- [Get account keys](../../reference/hubble/httpapi/onchain#onchainsignersbyfid) - Fetch the account keys (signers) for an account from a hub. +- [Get account keys](../../reference/hubble/httpapi/onchain.md) - Fetch the account keys (signers) for an account from a hub. ### Tutorials