diff --git a/docs/2.build/2.smart-contracts/anatomy/collections.md b/docs/2.build/2.smart-contracts/anatomy/collections.md
index 0053709920..8ecf351ae9 100644
--- a/docs/2.build/2.smart-contracts/anatomy/collections.md
+++ b/docs/2.build/2.smart-contracts/anatomy/collections.md
@@ -186,7 +186,7 @@ All structures need to be initialized using a **unique `prefix`**, which will be
+ start="6" end="25" />
:::tip
@@ -239,7 +239,7 @@ Implements a [vector/array](https://en.wikipedia.org/wiki/Array_data_structure)
+ start="48" end="73" />
+ start="111" end="131" />
+ start="132" end="152" />
+ url="https://github.com/near-examples/storage-examples/blob/main/collections-js/src/contract.ts" start="74" end="89" />
@@ -317,7 +317,7 @@ Implements a [map/dictionary](https://en.wikipedia.org/wiki/Associative_array) w
+ start="90" end="110" />
+ url="https://github.com/near-examples/storage-examples/blob/main/collections-js/src/contract.ts" start="153" end="196"/>