Skip to content

docs: fixed broken links in docs and frontend #2335

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: master
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
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ On your own, try changing the "like" gate to require the user to follow you, rec

In this tutorial, you learned how to use the main features of Frames - text input, link buttons, and redirects. You also learned how to use new features in [OnchainKit] to require your users to perform certain actions to unlock features in your Frame. Finally, you learned how to create a loop in your Frame's behavior, which can be used to create very complicated Frames!

[Base Learn]: https://docs.base.org/base-learn/docs/welcome
[Base Learn]: https://docs.base.org/learn/welcome
[Farcaster]: https://www.farcaster.xyz/
[a-frame-in-100-lines]: https://github.com/Zizzamia/a-frame-in-100-lines
[OnchainKit]: https://onchainkit.xyz/?utm_source=basedocs&utm_medium=tutorials&campaign=farcaster-frames-gating-and-redirects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ contract ClickTheButton is Ownable {
}
```

[Base Learn]: https://docs.base.org/base-learn/docs/welcome
[Base Learn]: https://docs.base.org/learn/welcome
[Farcaster]: https://www.farcaster.xyz/
[a-frame-in-100-lines]: https://github.com/Zizzamia/a-frame-in-100-lines
[OnchainKit]: https://onchainkit.xyz/?utm_source=basedocs&utm_medium=tutorials&campaign=farcaster-frames-transactions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ contract FEWeightedVoting is ERC20 {
[Wallet Connectors]: ../frontend-setup/wallet-connectors/
[`useAccount`]: https://wagmi.sh/react/hooks/useAccount
[hydration error]: https://nextjs.org/docs/messages/react-hydration-error
[ERC 20 Tokens Exercise]: https://docs.base.org/base-learn/docs/erc-20-token/erc-20-exercise
[ERC 20 Tokens Exercise]: https://docs.base.org/learn/erc-20-token/erc-20-exercise
[Sepolia BaseScan]: https://sepolia.basescan.org/
[`useAccount` hook]: ./useAccount
[Hardhat]: https://hardhat.org/
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/Bootcamp/HowItWorks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const featureItems = [
<a
className="underline"
target="_blank"
href="https://docs.base.org/base-learn/docs/welcome"
href="https://docs.base.org/learn/welcome"
rel="noreferrer"
>
Base Learn
Expand Down