Skip to content

Commit 482b481

Browse files
nilodnaVeckoTheGecko
authored andcommitted
keeping zarr api links pointed to v2
1 parent 164c15d commit 482b481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/documentation_advanced_zarr.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"\n",
2020
"Topics:\n",
2121
"\n",
22-
"- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.MemoryStore))\n",
23-
"- Transferring data from a `MemoryStore` into a directory (via `LocalStore`; [link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.LocalStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/#zarr.storage.ZipStore)).\n",
22+
"- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/v2.18.5/api/storage.html#zarr.storage.MemoryStore))\n",
23+
"- Transferring data from a `MemoryStore` into a directory (via `DirectoryStore`; [link](https://zarr.readthedocs.io/en/v2.18.5/api/storage.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/v2.18.5/api/storage.html#zarr.storage.ZipStore)).\n",
2424
"- Re-chunking output to better align with specific analyses (time vs. spatial filtering).\n"
2525
]
2626
},

0 commit comments

Comments
 (0)