Skip to content

Commit 1f1a550

Browse files
authored
Merge pull request #119 from joshmoore/spec-codec
Use singular for "spec/codec"
2 parents 6897c0b + 16763e8 commit 1f1a550

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/codecs/gzip/v1.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gzip Codec (version 1.0)
66
-----------------------------
77

88
Specification URI:
9-
https://purl.org/zarr/spec/codecs/gzip/1.0
9+
https://purl.org/zarr/spec/codec/gzip/1.0
1010
Issue tracking:
1111
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codecs-gzip-v1.0>`_
1212
Suggest an edit for this spec:
@@ -81,7 +81,7 @@ Configuring codec in array metadata
8181
The Gzip codec can be specified as a compressor for a Zarr array under the
8282
``compressor`` name in the corresponding array metadata document. The URI for
8383
the Gzip codec defined in this specification is
84-
https://purl.org/zarr/spec/codecs/gzip/1.0.
84+
https://purl.org/zarr/spec/codec/gzip/1.0.
8585

8686
Additionally, the compression level must be specified as the value of the
8787
``level`` name in the ``configuration`` metadata name. For example, the array
@@ -91,7 +91,7 @@ level of 1::
9191

9292
{
9393
"compressor": {
94-
"codec": "https://purl.org/zarr/spec/codecs/gzip/1.0",
94+
"codec": "https://purl.org/zarr/spec/codec/gzip/1.0",
9595
"configuration": {
9696
"level": 1
9797
}

docs/protocol/core/v3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ compressed using gzip compression prior to storage::
10411041
},
10421042
"chunk_memory_layout": "C",
10431043
"compressor": {
1044-
"codec": "https://purl.org/zarr/spec/codecs/gzip/1.0",
1044+
"codec": "https://purl.org/zarr/spec/codec/gzip/1.0",
10451045
"configuration": {
10461046
"level": 1
10471047
}
@@ -1072,7 +1072,7 @@ chunking as above, but using an extension data type::
10721072
},
10731073
"chunk_memory_layout": "C",
10741074
"compressor": {
1075-
"codec": "https://purl.org/zarr/spec/codecs/gzip/1.0",
1075+
"codec": "https://purl.org/zarr/spec/codec/gzip/1.0",
10761076
"configuration": {
10771077
"level": 1
10781078
}

0 commit comments

Comments
 (0)