Skip to content

Commit 2314192

Browse files
committed
Re-apply s/codecs/codec/ change
1 parent 4dbed88 commit 2314192

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/codecs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Editor's Draft 21 October 2020
66
------------------------------
77

88
Specification URI:
9-
https://purl.org/zarr/specs/codecs
9+
https://purl.org/zarr/specs/codec
1010
Issue tracking:
1111
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_
1212
Suggest an edit for this spec:
@@ -76,7 +76,7 @@ Gzip
7676
----
7777

7878
Codec URI:
79-
https://purl.org/zarr/spec/codecs/gzip
79+
https://purl.org/zarr/spec/codec/gzip
8080

8181

8282
Configuration parameters
@@ -94,7 +94,7 @@ the Gzip codec configured with a compression level of 1::
9494

9595
{
9696
"compressor": {
97-
"codec": "https://purl.org/zarr/spec/codecs/gzip",
97+
"codec": "https://purl.org/zarr/spec/codec/gzip",
9898
"configuration": {
9999
"level": 1
100100
}
@@ -115,7 +115,7 @@ Blosc
115115
-----
116116

117117
Codec URI:
118-
https://purl.org/zarr/spec/codecs/blosc
118+
https://purl.org/zarr/spec/codec/blosc
119119

120120

121121
Configuration parameters
@@ -157,7 +157,7 @@ default block size::
157157

158158
{
159159
"compressor": {
160-
"codec": "https://purl.org/zarr/spec/codecs/blosc",
160+
"codec": "https://purl.org/zarr/spec/codec/blosc",
161161
"configuration": {
162162
"cname": "lz4",
163163
"clevel": 1,

0 commit comments

Comments
 (0)