Skip to content

Commit 7f54ef6

Browse files
Merge pull request #1864 from OceanParcels/fix_output_in_zarr_hyperlinks
Fix broken 'output in zarr' hyperlinks
2 parents 0b4906a + a33080a commit 7f54ef6

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/storage.html#zarr.storage.MemoryStore))\n",
23-
"- Transferring data from a `MemoryStore` into a directory (via `DirectoryStore`; [link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore)).\n",
22+
"- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/v2.18.4/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.4/api/storage.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/v2.18.4/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)