10000 Fix azure link rendering in tutorial (#507) · raphaeldussin/zarr-python@f5718c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5718c5

Browse files
jrbourbeaujakirkham
authored andcommitted
Fix azure link rendering in tutorial (zarr-developers#507)
1 parent 8721a52 commit f5718c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ Here is an example using S3Map to read an array created previously::
803803

804804
Zarr now also has a builtin storage backend for Azure Blob Storage.
805805
The class is :class:`zarr.storage.ABSStore` (requires
806-
`azure-storage-blob <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python>`_
806+
`azure-storage-blob <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python>`_
807807
to be installed)::
808808

809809
>>> store = zarr.ABSStore(container='test', prefix='zarr-testing', blob_service_kwargs={'is_emulated': True}) # doctest: +SKIP

0 commit comments

Comments
 (0)
0