Skip to content

Commit b7d2726

Browse files
authored
fix broken links in .md
1 parent 7f1484b commit b7d2726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hackathons/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Aztec is an L2 that brings programmable privacy to Ethereum.
44

55
Aztec allows developers to access both public and private state machines for flexible and confidential transactions.
66

7-
A key part of the Aztec ecosystem is [Noir](https://noir-lang.org/), an open-source zk circuit writing language that simplifies the creation of private smart contracts. This language is developed by the Aztec team, and forms the basis of the [Aztec.nr](https://docs.aztec.network/dev_docs/contracts/main) framework for writing smart contracts.
7+
A key part of the Aztec ecosystem is [Noir](https://noir-lang.org/), an open-source zk circuit writing language that simplifies the creation of private smart contracts. This language is developed by the Aztec team, and forms the basis of the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) framework for writing smart contracts.
88

99
Learn more about our mission in our blog post [here](https://medium.com/aztec-protocol/aztec-the-hybrid-zkrollup-a90a197bf22e).
1010
And more about what we're currently working on in this blog post about the [Aztec Sandbox](https://aztec.network/blog/announcing-aztec-sandbox-the-endgame-for-smart-contract-privacy/)
@@ -21,7 +21,7 @@ Also be sure to check out [this list of resources](../README.md)
2121

2222
### Getting started on Noir
2323

24-
See the [Getting Started](https://noir-lang.org/getting_started/nargo_installation/) section of the Noir docs to get set up with Noir.
24+
See the [Getting Started](https://noir-lang.org/docs/getting_started/installation/) section of the Noir docs to get set up with Noir.
2525

2626
### Getting started on Aztec
2727

@@ -33,11 +33,11 @@ Follow the quickstart [here](https://sandbox.aztec.network/).
3333

3434
#### Deploying an example contract
3535

36-
Find more information about the sandbox and how to deploy a token contract to Aztec [here](https://aztec-docs-dev.netlify.app/dev_docs/getting_started/cli#i-have-the-sandbox-running-now-what).
36+
Find more information about the sandbox and how to deploy a counter contract to Aztec [here](https://docs.aztec.network/developers/getting_started/aztecnr-getting-started).
3737

3838
#### Writing private programs with aztec.nr
3939

40-
Noir is a ZKDSL for writing zk circuits and verifying them on-chain. [Aztec.nr](http://Aztec.nr) is a smart contract framework -- written in Noir -- that has types and methods for rich smart contract semantics.
40+
Noir is a ZKDSL for writing zk circuits and verifying them on-chain. [Aztec.nr](http://aztec.nr) is a smart contract framework -- written in Noir -- that has types and methods for rich smart contract semantics.
4141

4242
## Submission tips
4343

0 commit comments

Comments
 (0)