Skip to content

Commit e32460c

Browse files
jakirkhamalimanfoo
andauthored
Update _posts/2019-05-02-zarr-2.3-release.md
Co-Authored-By: alimanfoo <[email protected]>
1 parent a8fb411 commit e32460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-05-02-zarr-2.3-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Python dictionaries (`dict`) implement. The simplicity of this
2121
interface means it is relatively straightforward to add support for a
2222
range of different storage systems. The 2.3 release adds support for
2323
storage using [SQLite]( https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.SQLiteStore ), [Redis]( https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.RedisStore ), [MongoDB]( https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.MongoDBStore ) and
24-
[Azure Blob Storage](@@TODO).
24+
[Azure Blob Storage]( https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ABSStore ).
2525

2626
For example, here's code that stores an array using Redis:
2727

0 commit comments

Comments
 (0)