From 67b6806b9b26be8df99891a5022bf3216e1b6869 Mon Sep 17 00:00:00 2001 From: Olexandr Radovenchyk Date: Tue, 13 Aug 2024 09:03:07 +0300 Subject: [PATCH 1/2] The old link to the site is not working Update README Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a287d5..2930f52 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo is meant to be a starting point for writing Aztec contracts and tests. You can find the Easy Private Voting contract in `./src/main.nr`. A simple integration test is in `./src/test/index.test.ts`. -The corresponding tutorial can be found in the [Aztec docs here](https://docs.aztec.network/tutorials/contract_tutorials/private_voting_contract). +The corresponding tutorial can be found in the [Aztec docs here](https://docs.aztec.network/). ## Getting Started From a7b92a657ddc99cc018abff61bfa76928df93621 Mon Sep 17 00:00:00 2001 From: josh crites Date: Tue, 13 Aug 2024 13:29:38 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2930f52..e0cfc16 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo is meant to be a starting point for writing Aztec contracts and tests. You can find the Easy Private Voting contract in `./src/main.nr`. A simple integration test is in `./src/test/index.test.ts`. -The corresponding tutorial can be found in the [Aztec docs here](https://docs.aztec.network/). +The corresponding tutorial can be found in the [Aztec docs here](https://docs.aztec.network/tutorials/codealong/contract_tutorials/private_voting_contract). ## Getting Started