File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Editor's Draft 21 October 2020
66------------------------------
77
88Specification URI:
9- https://purl.org/zarr/specs/codecs
9+ https://purl.org/zarr/specs/codec
1010Issue tracking:
1111 `GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec >`_
1212Suggest an edit for this spec:
7676----
7777
7878Codec URI:
79- https://purl.org/zarr/spec/codecs /gzip
79+ https://purl.org/zarr/spec/codec /gzip
8080
8181
8282Configuration 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
117117Codec URI:
118- https://purl.org/zarr/spec/codecs /blosc
118+ https://purl.org/zarr/spec/codec /blosc
119119
120120
121121Configuration 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,
You can’t perform that action at this time.
0 commit comments