Skip to content

Fix outdated links #406

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 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions docs/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ If you're not on Farcaster, get started by [creating your account](https://www.w
If you want to learn more, get started by diving into these concepts:

- [Farcaster 101](https://www.youtube.com/playlist?list=PL0eq1PLf6eUdm35v_840EGLXkVJDhxhcF) - a walkthrough of the Farcaster protocol in short, 5 minute videos.
- [Core Concepts](/learn/what-is-farcaster/accounts) - learn about the building blocks of Farcaster, starting with accounts.
- [Architecture](/learn/architecture/overview) - a breakdown of Farcaster's onchain and offchain systems.
- [Core Concepts](/learn/what-is-farcaster/accounts.md) - learn about the building blocks of Farcaster, starting with accounts.
- [Architecture](/learn/architecture/overview.md) - a breakdown of Farcaster's onchain and offchain systems.

## Tutorials

- [Build your first frame](/developers/frames/getting-started) - Make mini-apps that run inside Farcaster.
- [Build your first frame](/developers/frames/v2/getting-started.md) - Make mini-apps that run inside Farcaster.
- [Sign in with Farcaster](/auth-kit/installation) - Let users login to your app with their Farcaster account.
- [Write your first app](/developers/index) - Publish a "Hello World" message to Farcaster.

Expand All @@ -27,10 +27,10 @@ Find more how-tos, guide and tutorials like this in the [developers](/developers
## Documentation

- [Farcaster Spec](https://github.com/farcasterxyz/protocol) - Specifications for Farcaster, including its contracts and hubs.
- [Frame Spec](/developers/frames/spec) - Specifications for writing and rendering frames in Farcaster apps.
- [Frame Spec](/developers/frames/spec.md) - Specifications for writing and rendering frames in Farcaster apps.
- [APIs](/reference/) - Docs for API's and ABI's for onchain and offchain systems.

## Contributing

To learn about how to contribute to the protocol, including this documentation site, check out
the [Contributing](/learn/contributing/overview) section.
the [Contributing](/learn/contributing/overview.md) section.
2 changes: 1 addition & 1 deletion docs/reference/fname/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to another fid. Unregistering an fname is a transfer from the user's fid to fid
::: warning Registering an fname

Note, when registering a new fname, calling this api is not sufficient. This only reserves the name to your fid. You
must also submit a [UserDataAdd](/reference/hubble/datatypes/messages#_2-userdata) message to the hub
must also submit a [UserDataAdd](/docs/reference/hubble/datatypes/messages.md#_2-userdata) message to the hub
to set this name as your username.

:::
Expand Down