Skip to content

Fix: Updated links for proper redirection #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/learn/what-is-farcaster/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down