Skip to content
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

chore: fix broken link getting_started.md #37

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
2 changes: 1 addition & 1 deletion getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Consider exploring ways to optimize the deployment process or implement batched
## Resources

- [Official zkemail in Noir repo](https://github.com/zkemail/zkemail.nr)
- [Getting started with Aztec Sandbox](https://docs.aztec.network/guides/developer_guides/getting_started)
- [Getting started with Aztec Sandbox](https://docs.aztec.network/guides/getting_started)
- [Aztec Tutorials](https://docs.aztec.network/tutorials)
- [Writing an Account Contract](https://docs.aztec.network/tutorials/codealong/contract_tutorials/write_accounts_contract)
- [Example Aztec NFT Contract](https://github.com/AztecProtocol/aztec-packages/tree/master/noir-projects/noir-contracts/contracts/nft_contract)
Expand Down