File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/v3/codecs/sharding-indexed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
104104 dimension of the Zarr array. The length of the array must match the length
105105 of the array metadata ``shape `` entry. The each integer must by divisible by
106106 the ``chunk_shape `` of the array as defined in the ``chunk_grid ``
107- :ref: `_array -metadata `.
107+ :ref: `array -metadata `.
108108 For example, an inner chunk shape of ``[32, 2] `` with an outer chunk shape
109109 ``[64, 64] `` indicates that 64 chunks are combined in one shard, 2 along the
110110 first dimension, and for each of those 32 along the second dimension.
@@ -114,7 +114,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
114114
115115 Specifies a list of codecs to be used for encoding and decoding inner chunks.
116116 The value must be an array of objects, as specified in the
117- :ref: `_array -metadata `. An absent ``codecs `` member is equivalent to
117+ :ref: `array -metadata `. An absent ``codecs `` member is equivalent to
118118 specifying an empty list of codecs.
119119
120120
You can’t perform that action at this time.
0 commit comments