diff --git a/docs/docs/dev_docs/tutorials/writing_token_contract.md b/docs/docs/dev_docs/tutorials/writing_token_contract.md index 592448d9c79..18e16c113d6 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 diff --git a/docs/netlify.toml b/docs/netlify.toml index 579c3112160..b43de67e36f 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"