Skip to content

Commit 5344f2c

Browse files
committed
update link to storage guide
1 parent 4932ab3 commit 5344f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ For example, to use S3::
179179
>>> z = zarr.create_array("s3://example-bucket/foo", mode="w", shape=(100, 100), chunks=(10, 10)) # doctest: +SKIP
180180
>>> z[:, :] = np.random.random((100, 100)) # doctest: +SKIP
181181

182-
Read more about Zarr's :ref:`tutorial_storage` options in the User Guide.
182+
Read more about Zarr's storage options in the :ref:`User Guide <user-guide-storage>`.
183183

184184
Next Steps
185185
----------

0 commit comments

Comments
 (0)