Skip to content

Commit

Permalink
fix: update broken links in tutorials/docs (#1610)
Browse files Browse the repository at this point in the history
* Update broken links in 5_cross-chain-with-layerzero.md

* Update broken link in 4_account-abstraction-with-privy-and-base-paymaster.md
  • Loading branch information
rebustron authored Jan 26, 2025
1 parent a638c14 commit 7769821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,9 +773,8 @@ In this article, we've explored the transformative potential of Account Abstract
[Base Learn]: https://base.org/learn
[Next.js]: https://nextjs.org/
[Base Paymaster]: https://github.com/base-org/paymaster
[Privy]: https://www.privy.dev/
[Privy]: https://www.privy.io/
[Alchemy's Account Kit]: https://www.alchemy.com/account-kit
[Privy]: https://www.privy.dev/
[https://docs.privy.io/guide/frontend/embedded/overview]: https://docs.privy.io/guide/frontend/embedded/overview
[Alchemy's Account Kit]: https://www.alchemy.com/account-kit
[Privy's Quick Start]: https://docs.privy.io/guide/quickstart
Expand Down
4 changes: 2 additions & 2 deletions apps/base-docs/tutorials/docs/5_cross-chain-with-layerzero.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ abstract contract OApp is OAppSender, OAppReceiver {

:::info

You can view the source code for this contract on [GitHub](https://github.com/LayerZero-Labs/LayerZero-v2/blob/main/oapp/contracts/oapp/OApp.sol).
You can view the source code for this contract on [GitHub](https://github.com/LayerZero-Labs/LayerZero-v2/blob/main/packages/layerzero-v2/evm/oapp/contracts/oapp/OApp.sol).

:::

To get started using LayerZero, developers simply need to inherit from the [OApp](https://github.com/LayerZero-Labs/LayerZero-v2/blob/main/oapp/contracts/oapp/OApp.sol) contract, and implement the following two inherited functions:
To get started using LayerZero, developers simply need to inherit from the [OApp](https://github.com/LayerZero-Labs/LayerZero-v2/blob/main/packages/layerzero-v2/evm/oapp/contracts/oapp/OApp.sol) contract, and implement the following two inherited functions:

- `_lzSend`: A function used to send an omnichain message
- `_lzReceive`: A function used to receive an omnichain message
Expand Down

0 comments on commit 7769821

Please sign in to comment.