diff --git a/docs/docs/noir/standard_library/containers/boundedvec.md b/docs/docs/noir/standard_library/containers/boundedvec.md index 98b7d584033..c5765197480 100644 --- a/docs/docs/noir/standard_library/containers/boundedvec.md +++ b/docs/docs/noir/standard_library/containers/boundedvec.md @@ -256,7 +256,7 @@ Creates a new vector of equal size by calling a closure on each element in this Example: -#include_code bounded-vec-map-example noir_stdlib/src/collections/bounded_vec.nr rust +#include_code bounded-vec-map-example test_programs/noir_test_success/bounded_vec/src/main.nr rust ### any