Skip to content

Commit a8fb411

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

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
@@ -20,7 +20,7 @@ interface. In Python, this interface corresponds to the
2020
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
23-
storage using [SQLite](@@TODO), [Redis](@@TODO), [MongoDB](@@TODO) and
23+
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
2424
[Azure Blob Storage](@@TODO).
2525

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

0 commit comments

Comments
 (0)