From fdb6c2d0a8d5480580519ec490918efee187092e Mon Sep 17 00:00:00 2001 From: DahnJ Date: Mon, 4 Mar 2024 00:53:04 +0100 Subject: [PATCH] docs(tutorial.rst): fix link to GCSMap --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 1f7accab3..214dd4f63 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -868,7 +868,7 @@ implementations of the ``MutableMapping`` interface for Amazon S3 (`S3Map Distributed File System (`HDFSMap `_) and Google Cloud Storage (`GCSMap -`_), which +`_), which can be used with Zarr. Here is an example using S3Map to read an array created previously::