From 3ff8797e84bd6b6d52b1e5febe37decb18647dd3 Mon Sep 17 00:00:00 2001 From: josh crites Date: Mon, 13 Nov 2023 11:06:30 -0500 Subject: [PATCH 1/2] Update netlify.toml --- docs/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/netlify.toml b/docs/netlify.toml index 579c31121605..b43de67e36f9 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -193,4 +193,4 @@ [[redirects]] from = "/misc/aztec-connect-sunset" - to = "misc/aztec_connect_sunset" + to = "/misc/aztec_connect_sunset" From 330d822269ec5c010200a28c2e72d3bc76d1d821 Mon Sep 17 00:00:00 2001 From: critesjosh Date: Mon, 13 Nov 2023 11:24:24 -0500 Subject: [PATCH 2/2] update token tutorial deps --- docs/docs/dev_docs/tutorials/writing_token_contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev_docs/tutorials/writing_token_contract.md b/docs/docs/dev_docs/tutorials/writing_token_contract.md index 592448d9c79d..18e16c113d69 100644 --- a/docs/docs/dev_docs/tutorials/writing_token_contract.md +++ b/docs/docs/dev_docs/tutorials/writing_token_contract.md @@ -61,8 +61,8 @@ type = "contract" [dependencies] aztec = { git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="yarn-project/aztec-nr/aztec" } -value_note = { git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="yarn-project/aztec-nr/value-note"} safe_math = { git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="yarn-project/aztec-nr/safe-math"} +authwit={ git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="yarn-project/aztec-nr/authwit"} ``` ## Contract Interface