Skip to content

Commit 978ecd5

Browse files
laramielcopybara-github
authored andcommitted
Fix zarr-specs links
PiperOrigin-RevId: 866478194 Change-Id: I7aaa59def14c77f6d047265f0c6c2f474d6ff5a2
1 parent f4e8e58 commit 978ecd5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tensorstore/driver/zarr3/schema.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allOf:
1111
description: |
1212
Specifies constraints on the metadata, as in the `zarr.json metadata
1313
file
14-
<https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#array-metadata>`__,
14+
<https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html#array-metadata>`__,
1515
except that all members are optional and codecs may be left
1616
partially-specified, in which case default options are chosen
1717
automatically. When creating a new array, the new metadata is obtained
@@ -235,7 +235,7 @@ definitions:
235235
title: Default chunk key encoding.
236236
description: |
237237
Refer to `the zarr v3 spec
238-
<https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#chunk-key-encoding>`__
238+
<https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html#chunk-key-encoding>`__
239239
for details.
240240
allOf:
241241
- $ref: driver/zarr3/ChunkKeyEncoding
@@ -258,7 +258,7 @@ definitions:
258258
title: Zarr v2-compatible chunk key encoding.
259259
description: |
260260
Refer to `the zarr v3 spec
261-
<https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#chunk-key-encoding>`__
261+
<https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html#chunk-key-encoding>`__
262262
for details.
263263
allOf:
264264
- $ref: driver/zarr3/ChunkKeyEncoding
@@ -328,7 +328,7 @@ definitions:
328328
description: |
329329
.. seealso::
330330
331-
`Bytes codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/endian/v1.0.html>`__
331+
`Bytes codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/bytes/>`__
332332
allOf:
333333
- $ref: 'driver/zarr3/SingleCodec'
334334
- type: object
@@ -353,7 +353,7 @@ definitions:
353353
description: |
354354
.. seealso::
355355
356-
`Sharding codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/sharding-indexed/v1.0.html>`__
356+
`Sharding codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/sharding-indexed/>`__
357357
allOf:
358358
- $ref: 'driver/zarr3/SingleCodec'
359359
- type: object
@@ -403,7 +403,7 @@ definitions:
403403
description: |
404404
.. seealso::
405405
406-
`Transpose codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/v1.0.html>`__
406+
`Transpose codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/>`__
407407
allOf:
408408
- $ref: 'driver/zarr3/SingleCodec'
409409
- type: object
@@ -451,7 +451,7 @@ definitions:
451451
description: |
452452
.. seealso::
453453
454-
`CRC-32C codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/crc32c/v1.0.html>`__
454+
`CRC-32C codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/crc32c/>`__
455455
allOf:
456456
- $ref: 'driver/zarr3/SingleCodec'
457457
- type: object
@@ -470,7 +470,7 @@ definitions:
470470
description: |
471471
.. seealso::
472472
473-
`Gzip codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/gzip/v1.0.html>`__
473+
`Gzip codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/gzip/>`__
474474
allOf:
475475
- $ref: 'driver/zarr3/SingleCodec'
476476
- type: object
@@ -499,7 +499,7 @@ definitions:
499499
description: |
500500
.. seealso::
501501
502-
`Blosc codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/blosc/v1.0.html>`__
502+
`Blosc codec specification <https://zarr-specs.readthedocs.io/en/latest/v3/codecs/blosc/>`__
503503
allOf:
504504
- $ref: 'driver/zarr3/SingleCodec'
505505
- type: object

0 commit comments

Comments
 (0)