From 029cff71b86871cde76c7909cfecd28764953377 Mon Sep 17 00:00:00 2001 From: "Daniel Jahn (dahn)" Date: Sun, 10 Mar 2024 22:37:36 +0100 Subject: [PATCH] docs(tutorial.rst): fix link to GCSMap (#1689) --- 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::