From 8307bceee6cbdb3dce1522230d8686b46eed9761 Mon Sep 17 00:00:00 2001 From: valentineejimole <138007115+valentineejimole@users.noreply.github.com> Date: Fri, 7 Mar 2025 21:10:42 +0100 Subject: [PATCH] Fix links to current ones For easy redirecting --- docs/learn/what-is-farcaster/accounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/what-is-farcaster/accounts.md b/docs/learn/what-is-farcaster/accounts.md index a63d6ae8..71a87afc 100644 --- a/docs/learn/what-is-farcaster/accounts.md +++ b/docs/learn/what-is-farcaster/accounts.md @@ -33,8 +33,8 @@ Users can set the recovery address to trusted services like Warpcast or they can - [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. -- [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. +- [KeyGateway](../../reference/contracts/reference/key-gateway.md) - Create account keys onchain. +- [Get Farcaster Ids](../../reference/hubble/httpapi/fids.md) - 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. ### Tutorials