diff --git a/docs/docs/aztec/concepts/advanced/storage/partial_notes.md b/docs/docs/aztec/concepts/advanced/storage/partial_notes.md index 357a0033e9b6..99fc6bef5ddb 100644 --- a/docs/docs/aztec/concepts/advanced/storage/partial_notes.md +++ b/docs/docs/aztec/concepts/advanced/storage/partial_notes.md @@ -139,7 +139,7 @@ This is implemented by applying the `partial_note` attribute: #include_code UintNote noir-projects/aztec-nr/uint-note/src/uint_note.nr rust -Those `G_x` are generators that generated [here](https://github.com/AztecProtocol/aztec-packages/blob/#include_aztec_version/noir-projects/noir-projects/aztec-nr/aztec/src/generators.nr). Anyone can use them for separating different fields in a "partial note". +Those `G_x` are generators that are generated [here](https://github.com/AztecProtocol/aztec-packages/blob/#include_aztec_version/noir/noir-repo/compiler/noirc_frontend/src/hir/comptime/interpreter/builtin.rs) (at the bottom of the file). Anyone can use them for separating different fields in a "partial note". We can see the complete implementation of creating and completing partial notes in an Aztec contract in the `setup_refund` and `complete_refund` functions.